Linux Tutorials on the topic “server”
-
How to Install and Use Ruby on Rails with PostgreSQL on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server, web server • Comments: 0
In this tutorial, I will show you how to install Rails on CentOS 7. We will install and configure Ruby on Rails with a PostgreSQL database, and then create our first project with Rails. Ruby on Rails (RoR), or short "rails", is a server-side web application framework written in ruby that follows MVC (Model-View-Controller) concept.
-
How to Install Gitlab on Debian 8 (Jessie)
Author: Till Brehm • Tags: debian, linux, nginx, programming, server • Comments: 1
Gitlab is a web-based management and collaboration software for GIT servers similar to GitHub. It contains features like issue tracking, file browser, change tracking and a project wiki. In this tutorial, I will install Gitlab CE on a Debian 8 server behind a Nginx proxy. The Nginx proxy improves scalability and security of the system.
-
How to Install Jenkins Automation Server with Apache on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 7
Jenkins is an automation server forked from the Hudson project. Jenkins is a server based application running in a Java servlet container, it has support for many SCM (Source Control Management) software systems including Git, SVN, and Mercurial. In this tutorial, I will show you how to install the latest Jenkins version on Ubuntu Server 16.04. We will run Jenkins on our own domain name, and we will to install and configure Jenkins to run under the apache web server with the reverse proxy for Jenkins.
-
-
Using drush for Drupal site Backup/Restore and Migration
Author: Aaron Peters • Tags: linux, server, web server • Comments: 2
'Drush', or the "Drupal Shell," is one of the Drupal administrator’s best friends. Its many command line tools allow a user to log into a web server and perform routine tasks such as applying updates, block users, or even "bootstrap" a brand new Drupal installation. The drush application provides a useful "archive" utility, as well as a corresponding "restore" command.
-
How to Install Seafile with Nginx on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, server • Comments: 7
Seafile is a private cloud software to that provides similar features like Dropbox, mega.co.nz, and others, just hosted on your own server. Seafile is based on the python programming language and it is released under an open source license so that you can create your own private cloud and it will be much more secure. In this tutorial, I will install Seafile on CentOS 7 with Nginx web server and MariaDB as the database server.
-
How to Install and Configure Apache Tomcat 8.5 on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server, ubuntu • Comments: 16
In this tutorial, I will show you how to install and configure Apache Tomcat 8.5 on Ubuntu 16.04 LTS (Yakkety Yak) and how to install and configure the prerequisite Java 8 on the Ubuntu server. Apache Tomcat is an open source Java Servlet implementation developed by the Apache Software Foundation.
-
How to Install Rocket.Chat Server with Nginx on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, server • Comments: 12
In this tutorial, I will show you how to build your own chat server using Rocket.Chat. I will use the latest Ubuntu LTS 16.04 server for the installation and Nginx as reverse proxy for the Rocket.Chat application. Rocket.Chat is a free and open source online chat solution for team communication, it allows you to build your own slack like online chat.
-
How to Install Ruby on Rails (RoR) with PostgreSQL on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, programming, server, ubuntu • Comments: 7
In this tutorial, I will show you how to install Ruby on Rails on ubuntu 16.04 LTS. I will show you how to install and configure Rails with a PostgreSQL database, and how to create a new first project with Rails. Ruby on Rails (RoR) is an open source web application framework, published under MIT License. Ruby on Rails, or rails is written in Ruby, it is a server-side web application framework that follows the MVC (Model-View-Controller) concept.
-
How to install a Ubuntu 16.10 (Yakkety Yak) Minimal Server
Author: Till Brehm • Tags: linux, server, ubuntu • Comments: 7
This tutorial shows the installation of a Ubuntu 16.10 minimal server in detail with many screenshots. The purpose of the guide is to show the basic installation of Ubuntu 16.10 that can be used as basis for our other Ubuntu tutorials here at howtoforge like our perfect server guides.
-
How to Install Nagios Server Monitoring on Ubuntu 16.04
Author: Muhammad Arul • Tags: linux, monitoring, networking, server, ubuntu • Comments: 37
Nagios is an open source software for system and network monitoring. Nagios can monitor the activity of a host and its services, and provides a warning/alert if something bad happens on the server. Nagios can run on Linux operating systems. At this time I will use Ubuntu 16.04 for the installation.