Linux Tutorials on the topic “web server”
-
How to Deploy Clojure Web Application on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, programming, web server • Comments: 0
This guide will walk through the process of deploying a simple web application in Clojure using supervisor and Nginx. Clojure is a modern general-purpose programming language for the JVM that focuses on concurrent programming found in operating systems. Clojure enables you to make use of the existing JVM infrastructure, including tools, libraries and application servers.
-
How to Install OpenLiteSpeed HTTP Server with PHP 7.1 on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, php, server, web server • Comments: 0
OpenLiteSpeed is an open source HTTP server developed by LiteSpeed Technologies. It is a high performance and lightweight HTTP server which comes with a Web-based GUI for administration. In this tutorial, we will show you how to install OpenLiteSpeed Web server, and then configure latest PHP version PHP 7.1.
-
How to Install and Configure Askbot with Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, nginx, server, web server • Comments: 0
Askbot is an open source software for creating Q&A forums based on Python Django Framework. It's basically a Q&A system like StackOverflow, Yahoo Answers, and others. In this tutorial, we will show you how to install Askbot Python Django application using uWSGI and Nginx web server on CentOS 7 system.
-
-
How to Install WebERP On Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu, web server • Comments: 1
WebERP a complete web based accounting and business management tool that can be used for online shop or a retail management system released under an OpenSource license. In this tutorial, I will show you step by step how to install WebERP on Ubuntu 16.04 server.
-
How to install PHP 7.1.16 as PHP-FPM & FastCGI for ISPConfig 3.1 on Debian 8 (Jessie)
Author: Till Brehm • Tags: apache, control panels, debian, ispconfig, linux, nginx, php, web server • Comments: 71
This tutorial shows how to build PHP 7.1 as a PHP-FPM and a FastCGI version on Debian 8 (Jessie) which can also be used for the multi PHP version function in the ISPConfig Hosting Control Panel. This PHP 7.1 build includes many compiled in extensions and Zend OPcache and Memcached as loadable modules.
-
Install Wordpress on LAMP in Debian 9
Author: Matt Vas • Tags: debian, mysql, php, server, web server • Comments: 10
This tutorial will show you on how to install and configure the latest version WordPress on top of a LAMP stack in Debian 9 - Stretch. Wordpress, without a doubt, is one of the most popular open-source Content Management System or CMS used in these days for internet publishing, which powers more than 60 million websites worldwide, whether small blogging sites or notable huge name brands.
-
How to Install TaskBoard on CentOS 7
Author: Liptan Biswas • Tags: apache, centos, linux, php, server, web server • Comments: 5
TaskBoard is a free and open source application to keep a track of the tasks that needs to be done. It requires minimal dependencies to work. Database is stored in SQLite which eliminates the requirement of MySQL or any other database server.
-
How to Install SonarQube on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, mysql, nginx, programming, server, ubuntu, web server • Comments: 10
SonarQube is a free and open source quality management system platform that can be used to automate code inspection. It can analyze source code files, calculate a set of metrics and show the result on the web based dashboard. It is written in Java language and also supports other languages like Perl, PHP, and Ruby.
-
How to Install Apache ActiveMQ on CentOS 7
Author: Liptan Biswas • Tags: centos, linux, server, web server • Comments: 5
Apache ActiveMQ is a free and open source message broker and integration pattern server. It supports many cross language clients and protocols from JAVA, C++, C, Python, Perl, PHP etc. It provides many features such as Message Groups, Virtual Destinations, Wildcards and Composite Destinations etc. It can be easily integrated to spring applications. In this tutorial, we will install Apache ActiveMQ on CentOS 7 server.
-
How to Install Mahara ePortfolio System on CentOS 7
Author: Liptan Biswas • Tags: apache, centos, linux, server, web server • Comments: 1
Mahara is an open source e-portfolio system. It can also be used as a social networking platform. Mahara is written in PHP and uses either PostgreSQL or MySQL database server to store its data. You can use Mahara to create your personalized multimedia portfolio and to collaborate with others. In this tutorial, we will install Mahara on CentOS 7 server.