How to Install Apache Cassandra on Ubuntu 16.04

How to Install Apache Cassandra on Ubuntu 16.04

We’ll show you How to install Apache Cassandra on a Ubuntu 16.04. Apache Cassandra is a NoSQL database management system which is free and open-source. It allows managing large amounts of data with high availability without compromising the performance. Installing Apache Cassandra on a Ubuntu 16.04 is an easy task, just follow the steps bellow and you should have it done in few minutes.

Read More

How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy

We’ll show you, how to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy.  Odoo is a web-based open source business software including a number of business applications for Sales, Project and Warehouse Management, CRM, Accounting, Website/eCommerce, Billing, Inventory and thousands of more additional modules developed by the community.

In this guide, we will walk you through a complete Odoo 10 installation on your Ubuntu 16.04 VPS and show you how to configure Apache as a reverse proxy for your Odoo 10. If you follow these instructions properly it should take no longer than 20 minutes to set up an Odoo on your VPS.

Read More

Set Up WordPress with Optimal .htaccess Settings

Set Up WordPress with Optimal .htaccess Settings
If you are a WordPress user then you probably have met the .htaccess file. The .htaccess file allows you to make configuration changes on a per-directory basis and it is very useful in case you want to enable/disable additional functionality and features for your site. In this tutorial, we are going to show you how to set up a basic WordPress site with optimal .htaccess settings on a VPS running Ubuntu 16.04 as an operating system.

Read More

Install WordPress with Varnish and Nginx on Ubuntu

Install WordPress with Varnish and Nginx on Ubuntu

We’ll show you how to install WordPress with Varnish and Nginx on Ubuntu.  Varnish is a web application accelerator. It redirects the visitors to static pages whenever it is possible. Varnish can be installed and configured to cache the content in front of any HTTP server and it can speed up the delivery up to 300-1000 times.

In this tutorial, we will show you how to increase the loading speed of your WordPress site by setting up Varnish in front of Nginx on an Ubuntu 16.04 server. We assume that you already have LEMP stack (Nginx, MySQL, and PHP) and WordPress installed on your Ubuntu 16.04 server.

Read More

How to Install MongoDB on Ubuntu 16.04

How to Install MongoDB on Ubuntu 16.04
How to Install MongoDB on Ubuntu 16.04

Installing MongoDB on Ubuntu 16.04Today we are going to discuss how to install MongoDB on Ubuntu 16.04. MongoDB is a free and open source document-oriented NoSQL and cross-platform database server. It is a high-performance database program, used by one of the biggest companies in the world like Google, Adobe, SAP, EA, eBay, Verizon. The process of Installing MongoDB on Ubuntu 16.04 should take approximately  10 minutes. In this tutorial, we will install the MongoDB community version. Let’s get started.

Read More

How to Install LEMP on Ubuntu 16.04

How to Install LEMP on Ubuntu 16.04

We’ll show you, how to install LEMP on Ubuntu 16.04. LEMP stack (Linux, Nginx, MySQL, PHP) should not be confused with the popular LAMP stack (Linux, Apache, MySQL, PHP) . This tutorial is for the LEMP (Nginx) stack and it’s commonly used on Ubuntu 16.04 servers. Installing LEMP on Ubuntu 16.04, should not take more then 10 min. Let’s start with the installation of LEMP on Ubuntu 16.04:

Read More