Linux Tutorials on the topic “server”
-
How to Install Drupal 8.1 with Nginx, PHP-FPM and SSL on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, mysql, nginx, php, server, ubuntu, web server • Comments: 15
Drupal is a well-known open source content management system based on PHP. It is available free of charge and released under the GNU General Public License. In this tutorial, we will install Drupal 8.1 with Nginx web server, MariaDB as the database server and PHP-FPM to handle PHP requests. I will also show you how to install an SSL Certificate to secure the Drupal website.
-
How to Install Magento with Nginx on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 11
Magento is an open source e-commerce software and content management system for e-commerce websites based on the PHP Zend Framework. It uses MySQL or MariaDB as database backend. In this tutorial, I will show you how to install Magento 2 with Nginx, PHP-FPM, and MariaDB as the database. I will use ubuntu 16.04 (Xenial Xerus) as server operating system.
-
How to Install Ghost Blog Software with Apache and SSL on Ubuntu 16.04
Author: Muhammad Arul • Tags: server, ubuntu, web server • Comments: 5
Ghost is a powerful Open Source publishing and blog platform that is beautifully designed and easy to use. Ghost is written in javascript and uses node.js as runtime environment. This tutorial shows the installation of the Ghost Blog software with Apache and SSL on Ubuntu 16.04.
-
-
How to install Odoo ERP Software on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu • Comments: 21
Odoo is an OpenSource enterprise resource planning and customer relationship software that can help you to organize and grow your business. Odoo was formerly named openERP and therefore TinyERP. There are many apps available to extend Odoo, for example: billing, accounting, manufacturing, purchasing, warehouse management, and project management.
-
How to Install Seafile on Ubuntu 16.04 (Xenial Xerus)
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 15
This tutorial shows the installation of Seafile on Ubuntu 16.04. Seafile is a private cloud software, it supports encrypted file libraries to store data securely. To encrypt files in a library, you need to set a password when you create the library. The password won't be stored on Seafile cloud, so even the administrator of the servers cannot view your encrypted data without the password.
-
How to Install Pure-FTPd with TLS and virtual users on OpenSUSE Leap 42.1
Author: Muhammad Arul • Tags: ftp, linux, opensuse, server • Comments: 2
In this tutorial, I will show you how to install and configure pure-ftpd on OpenSUSE Leap 42.1. I will show you how to set-up pure-ftpd with TLS/SSL and then set-up virtual-users.
-
Setting Up an NFS Server and Client on CentOS 7.2
Author: Till Brehm • Tags: centos, linux, server, storage • Comments: 12
This guide explains how to set up an NFS server and an NFS client on CentOS 7. NFS stands for Network File System; through NFS, a client can access (read, write) a remote share on an NFS server as if it was on the local hard disk.
-
How to install SuPHP on CentOS 7.2
Author: Till Brehm • Tags: centos, linux, server, web server • Comments: 8
This tutorial describes the installation of SuPHP on centOS 7.2 from source as there are no SuPHP packages available for CentOS 7.2. SuPHP is an apache module that allows PHP to under a different Linux user than the apache user. This improves the security of hosted websites as you can run the PHP scripts of each website under a different user.
-
Install Apache, PHP And MySQL On CentOS 7 (LAMP)
Author: howtoforge • Tags: apache, centos, linux, mysql, php, server, web server • Comments: 63
This tutorial shows how you can install an Apache2 webserver on a CentOS 7.0 server with PHP5 support (mod_php) and MySQL support. LAMP is short for Linux, Apache, MySQL, PHP.
-
How to Install a CentOS 7.2 Minimal Server
Author: Till Brehm • Tags: centos, linux, server • Comments: 6
This document describes the basic installation of a CentOS 7.2 server. The purpose of this guide is to provide a minimal setup that can be used as basis for all kind of CentOS server setups.