Linux Tutorials on the topic “web server”
-
How to Install Discourse Forum with Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, web server • Comments: 4
Discourse is a free and open source software for creating Internet forum community and mailing list. In this tutorial, we will show you step-by-step, how to install and configure Discourse Forum with Nginx Web server under the CentOS 7 server.
-
How to Install Laravel 5.x with Nginx and PHP-FPM 7.1 on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, php, programming, server, web server • Comments: 13
In this tutorial, I will show you how to install the Laravel Web Framework with Nginx web server, PHP-FPM 7.1 and MariaDB on a CentOS 7 system. Laravel is an open source PHP framework that follows the MVC (Model-View-Controller) design pattern. It has been created by Taylor Otwell in 2011 as an attempt to provide an advanced alternative to the CodeIgniter (CI) framework.
-
How to Setup Zammad Ticketing System on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, ubuntu, web server • Comments: 8
Zammad is an open source helpdesk/customer support system written in Ruby. It's a web-based ticketing system with many features, including support to manage customer communication over several channels like Facebook, telegram, chat, and emails. In this tutorial, we will show you how to install and configure Zammad Ticketing System using Nginx web server and PostgreSQL for the database system.
-
-
How to Install PrestaShop on Debian 9
Author: Matt Vas • Tags: apache, debian, mysql, php, web server • Comments: 4
In this guide, we’ll show you how to install and configure the latest version of Prestashop on Debian 9.1. Prestashop is a free Open Source e-commerce content management platform written in PHP programming language which is often deployed on Linux under Apache/Nginx web servers, PHP and MySQL/MariaDB database management system.
-
How to Install Joomla with Apache on Debian 9 (Stretch)
Author: Hitesh Jethva • Tags: apache, debian, linux, server, web server • Comments: 15
Joomla is one of the most popular and widely supported open source content management system (CMS) platform in the world that can be used to build, organize, manage and publish content for websites, blogs, Intranets and mobile applications. Thie tutorial describes the installation of Joomla with Apache web server and MariaDB on Debian 9.
-
How to Install Discourse Forum with Nginx on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 0
Discourse is a free and open source software for creating Internet forum community and mailing list. Discourse forum software has been used by many organizations, including Codeacademy, Udacity, Twitter Developers, and Docker Community Forum. In this tutorial, we will show you step-by-step how to install and configure Discourse Forum with Nginx web server on Ubuntu 16.04.
-
The Perfect Server - Ubuntu 17.10 (Artful Aardvark) with Apache, PHP, MySQL, PureFTPD, BIND, Postfix, Dovecot and ISPConfig 3.1
Author: Till Brehm • Tags: apache, bind, control panels, dns, email, ftp, ispconfig, linux, mysql, php, postfix, ubuntu, web server • Comments: 22
This tutorial shows how to install an Ubuntu 17.10 (Artful Aardvark) server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3.1, and how to install ISPConfig. ISPConfig 3 is a web hosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers the installation of Apache (instead of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier).
-
Install Let's Encrypt and Secure Nginx with SSL/TLS in Debian 9
Author: Matt Vas • Tags: debian, linux, nginx, security, server, web server • Comments: 9
This tutorial will show you how to install and secure a Nginx web server on Debian 9 with a TLS certificate issued for free by the Let’s Encrypt Certificate Authority. Furthermore, we will configure automatic renewal of Lets’ Encrypt TLS certificates using a cron job before the certificates expire.
-
Ubuntu 16.04 (LTS) LAMP server tutorial with Apache, PHP 7, and MySQL
Author: Till Brehm • Tags: apache, linux, mysql, php, ubuntu, web server • Comments: 163
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache 2.4 web server on an Ubuntu 16.04 (Xenial Xerus) server with PHP 7 support (mod_php) and MySQL / MariaDB and how to setup an SSL certificate with Let's encrypt. Additionally, I will install PHPMyAdmin to make MySQL administration easier. A LAMP setup is a perfect basis for CMS systems like Joomla, Wordpress or Drupal.
-
How to Install SuiteCRM with Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, nginx, server, web server • Comments: 1
SuiteCRM is an open source CRM (Customer Relationship Management) software based on PHP. It is a fork of the popular CRM software SugarCRM, and has become more popular after the team behind the latter decided to stop the development of the free version. In this tutorial, we will show you how to install and configure SuiteCRM using Nginx as the Web server.