We’ll show you, how to install Sails.js on CentOS 7, with Apache configured as a reverse proxy. Sails.js is a Javascript framework designed to emulate the familiar MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps:
data-driven APIs with a scalable, service-oriented architecture.
Sails.js is database agnostic, automatically generates a RESTful JSON API for your app, provides basic security and role-based access control by default, has automatic asset minification and many more.
Jeff Wilson
How to Configure OpenSSH on CentOS 7
This is a tutorial on How to Configure OpenSSH on CentOS 7. Secure Shell or SSH is a protocol which allows users to connect to a remote system using a client-server architecture. The login session is encrypted and very secure. Today we are going to show you how to configure and use OpenSSH on a Linux VPS using CentOS 7 as an operating system. Configuring OpenSSH on CentOS 7 is a fairly easy task if you carefully follow the tutorial below.
Install Nextcloud 9 on Ubuntu 16.04
In this article, we will show you how to install Nextcloud 9 on an Ubuntu 16.04 VPS with MariaDB, PHP-FPM 7.0, and Nginx. Nextcloud is an open-source self-hosted file sync and share application forked from ownCloud. This guide should work on other Linux VPS systems as well but was tested and written for an Ubuntu 16.04 VPS.
We have an updated version of this tutorial on How to Install Nextcloud on Ubuntu 20.04
How to Install SilverStripe on Debian 8
In this tutorial we are going to provide you with step-by-step instructions on how to install SilverStripe CMS with Nginx on a Debian VPS. SilverStripe is a content management system (CMS) that includes a programming framework used by website developers for creating and maintaining websites and web applications.
How To Install Traq on Ubuntu 16.04
We’ll show you, How To Install Traq on Ubuntu 16.04. Traq is powerful project management and issue tracking system based on PHP. It is capable of handling multiple projects with per-project permissions, custom fields, milestones, email notifications and much more. In this tutorial we will show you how to install Traq on an Ubuntu 16.04 VPS with Apache and PHP.
Install Cockpit on Ubuntu 16.04
We’ll show you, how to Install Cockpit on Ubuntu 16.04. In this article, we will show you how to install Cockpit CMS on an Ubuntu 16.04 VPS with PHP-FPM 7.0 and Nginx. Cockpit is open source self-hosted API-driven content management system (CMS) application written in PHP. Cockpit stores the data in an SQLite database so you don’t need to install or configure a database server such as MySQL. This guide should work on other Linux VPS systems as well but was tested and written for an Ubuntu 16.04 VPS.
How to Install Pip on Ubuntu 16.04
We’ll show you how to install Pip on Ubuntu 16.04. Pip is a python package management system used to install and manage software packages which are found in the Python Package Index (PyPI). These software packages are written in Python and are typically used to extend or enhance a Python application. Pip is a widely-used Python package manager, known for its user-friendliness and performance. Pip also has a feature to manage full lists of packages and corresponding version numbers, made possible through a “requirements” file. Installing Pip on Ubuntu 16.04 is an easy task – just carefully follow the steps in this tutorial, and you should have Pip installed on Ubuntu 16.04 in less than 10 minutes.
Install Avactis on CentOS 7
Avactis is a free and powerful PHP based shopping cart platform that allows users to easily create online stores. In this tutorial we will install Avactis shopping cart on a CentOS 7 VPS with Apache, PHP and MariaDB.