Linux Tutorials on the topic “server”
-
How to install Ansible AWX with Docker on CentOS 7
Author: iron_michael86 • Tags: centos, linux, server • Comments: 36
Ansible AWX is the OpenSource version of ansible tower. AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. In this tutorial, I will show you how to install and configure AWX using Docker.
-
How to Install Turtl Server Evernote Alternative on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, web server • Comments: 0
Turtl is a secure and encrypted Evernote alternative. It's an open source application that allows you to take notes, bookmark websites, store documents, share passwords with your coworkers, and more. In this tutorial, we will show you step-by-step how to install and configure Turtl server on CentOS 7.
-
How to Install Django on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 24
Django is a web application framework written in python that follows the MVC (Model-View-Controller) architecture, it is available for free and released under an open source license. In this tutorial, we will install Django 1.10 on an Ubuntu 16.04 server. Django can be installed on a server in many ways, in this tutorial, I will show you to install it with pip, virtualenv and directly from the Django GIT sources. Finally, I will show you the first steps to start a new project with the Django web framework.
-
-
How to Install ActiveMQ Message Broker on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 1
Apache ActiveMQ is a free and open source message broker software written in Java that can serve as a central point for communication between distributed processes. In this tutorial, we will learn how to install Apache ActiveMQ on Debian 9 server.
-
How to install ERPNext on Debian 9
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 10
ERPNext is a free and open source ERP software written in Python on top of the Frappe framework and includes Accounting, Inventory, Manufacturing, CRM, Sales, Purchase, Project Management, HRMS and more. In this tutorial, we will learn how to install ERPNext on Debian 9 server.
-
How to install Apache, PHP 7.2 and MySQL on CentOS 7.4 (LAMP)
Author: Till Brehm • Tags: apache, centos, linux, mysql, php, server, web server • Comments: 32
This tutorial shows how to install an Apache web server on a CentOS 7 server with PHP (mod_php with PHP 5.4, 7.0, 7.1, or 7.2) and MySQL support. This setup is often referred to as LAMP which stands for Linux - Apache - MySQL - PHP.
-
How to Install and Configure XWiki on Ubuntu 16.04
Author: Hitesh Jethva • Tags: linux, server, ubuntu • Comments: 2
XWiki is a free and open source wiki software written in Java runs on a servlet container like Tomcat, JBoss etc. This tutorial describes the installation of XWiki on Ubuntu 16.04.
-
How to Deploy a MongoDB Sharded Cluster on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, storage • Comments: 7
This tutorial shows you how to install a MongoDB Sharded Cluster on CentOS 7. Sharding is a MongoDB process to store data-set across different machines. It allows you to perform a horizontal scale of data and to partition all data across independent instances.
-
How to Install Mautic Marketing Automation Tool on CentOS 7
Author: Muhammad Arul • Tags: linux, nginx, server, ubuntu • Comments: 2
In this tutorial, I will show you step-by-step how to install Mautic Marketing Automation Platform on CentOS 7. Mautic is an open source and self-hosted marketing automation tool for everyone. It allows you to grow up your business, monitor your website, create landing pages, create campaigns for your business, manage contacts, and send marketing emails.
-
How to speed up Apache with Varnish HTTP cache on Ubuntu 16.04 LTS
Author: Muhammad Arul • Tags: linux, server, ubuntu, web server • Comments: 5
In this tutorial, we will show you how to install and configure the Varnish HTTP accelerator as a reverse proxy for an Apache web server. Varnish is a proxy server focused on HTTP caching. It's designed as an HTTP accelerator and can act as a reverse proxy for your web server.