Linux Tutorials on the topic “server”
-
How to install a Ubuntu 16.04 LTS (Xenial Xerus) Minimal Server
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 17
This tutorial shows the installation of a Ubuntu 16.04 LTS minimal server in detail with many screenshots. The purpose of the guide is to show the basic installation of Ubuntu 16.04 that can be used as basis for our other Ubuntu tutorials here at howtoforge like our perfect server guides.
-
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.
-
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 Mailtrain Newsletter Application on CentOS 7
Author: Liptan Biswas • Tags: centos, email, linux, server • Comments: 4
Mailtrain is an open source self-hosted newsletter application written on Node.js. In this tutorial, we will install Mailtrain along with all the required dependencies on CentOS 7. We will also setup Nginx as a reverse proxy to serve the application on standard HTTP port.
-
Install and Configure Kolab Groupware on Ubuntu 16.04 LTS
Author: Hitesh Jethva • Tags: email, linux, server, ubuntu • Comments: 3
Kolab is a full featured web-based groupware software application that provides solutions for an email server, directory service, web service, Calendar, Task management, address books and more. Klab is released under an OpenSource license. This tutorial shows the Kolab installation on Ubuntu 16.04 LTS.
-
How to install Sogo Groupware Server on Debian
Author: Matteo Temporini • Tags: debian, email, linux, server • Comments: 5
Today we talk about Sogo. SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards, is released under the GNU GPL/LGPL v2 and above. SOGo provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV, CardDAV, and GroupDAV, as well as Microsoft ActiveSync.
-
How To Install MariaDB Galera Cluster on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, mysql, server, ubuntu • Comments: 7
MariaDB Galera is a multi-master cluster for MariaDB. In this tutorial, we will explain how to setup MariaDB Galera Cluster 10.1 with 3 nodes running on Ubuntu 16.04 server. We will also test database replication between all the nodes.
-
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 Apache Cassandra NoSQL database on a Single Node Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 1
The Apache Cassandra is a distributed NoSQL database management system designed to handle large amounts of data. It's free and open source, and provides High-Availability with no single point of failure. In this tutorial, we will discuss the basic Apache Cassandra installation process with single node.