How to install LAMP on CentOS 7

How to install LAMP on CentOS 7

We’ll show you how to install LAMP on CentOS 7. LAMP is actually an acronym for a web services solution stack consisting of Linux, the Apache HTTP Server, the MySQL or MariaDB database engines, and the PHP, Perl or Python programming language. All components are free and open-source software, and the combination is suitable for building dynamic web pages.

Requirements?

We are using our SSD 1 VPS hosting plan for this set-up, which should be more than enough to run LAMP and host multiple dynamic websites using virtual host directives.

Read More

Install October CMS on Ubuntu, with Nginx and MariaDB

Install October CMS on an Ubuntu VPS with Nginx and MariaDB

In this post, we will cover how to install October CMS on Ubuntu, with Nginx and MariaDB. October is a free, open-source, self-hosted CMS platform, written in PHP and it’s built upon the Laravel framework. This should work on other Linux VPS systems as well but was tested and written for Ubuntu 14.04. Installing October CMS on Ubuntu, is fairly easy task, and it should not take more then 10 minutes.

We are proud to be an Official OctoberCMS Partner 

Read More

How to Install Bolt CMS on Ubuntu

How to Install Bolt CMS on Ubuntu

In this blog post we will show you how to install Bolt CMS on Ubuntu, with Nginx and MariaDB. Bolt is a lightweight CMS, written in PHP and it’s built upon the Silex framework. This tutorial should work on other Linux VPS systems as well, but was tested and written for Ubuntu. Installing Bolt CMS on Ubuntu  is an easy task if you carefully follow the steps bellow.

Read More

Install WordPress with HHVM, Nginx and MariaDB on an Ubuntu 12.04 LTS

HipHopHHVM is an open-source virtual machine designed for executing programs written in PHP. HHVM stands for HipHop Virtual Machine and it was initially developed by Facebook to boost up their application performance, and for those who don’t know MariaDB is a drop-in replacement for MySQL. In this tutorial we will show you step by step how to install WordPress with HHVM, Nginx and MariaDB on an Ubuntu 12.04 LTS VPS.

Read More

How to Reset MariaDB Root Password

How to Reset MariaDB Root Password

We’ll show you, how to reset MariaDB root password.  Did you forget your MariaDB root password? Do not worry, there is an easy way to reset your password on MariaDB in less than 5 minutes. Please note that you need to have root access to your server to be able to change the password of MariaDB. Resetting your MariaDB root password on your Linux server is an easy task if you carefully follow our tutorial below.

Read More

How to set up LAMP (Linux, Apache, MariaDB, PHP) stack on Debian Wheezy

how-to-set-up-lamp-linux-apache-mariadb-php-stack-on-debian-wheezyLAMP usually refers to a full featured stack containing the Apache web server, the popular database server MySQL and the well known web programming language – PHP, set up on a Linux Operating System.

But, as of lately we’ve seen a lot of open-source communities and some of the largest internet giants as Google switched to the use of MySQL’s open source drop-in replacement – the MariaDB database server, which is what are we going to install today instead of MySQL.

In the following step-by-step set up manual we will explain how to install a LAMP (Linux, Apache, MariaDB, PHP) stack on your Debian Wheezy VPS. Let’s begin:

Read More