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

Speed-up your PHP based websites using Zend Optimizer on a CentOS 6 VPS

speed-up-your-php-based-websites-using-zend-optimizer-on-a-centos-6-vpsIn the following article we will guide you through the steps on how to install and set-up Zend Optimizer on a CentOS 6 Linux VPS.

Installing Zend OPcache will significantly boost your website’s speed and performance.

 

How is Zend OPcache able to speed up my website?

The Zend OPcache provides faster PHP execution through opcode caching and optimization. It improves PHP performance by storing pre-compiled script byte-code in shared memory.  This eliminates the stages of reading code from disk and compiling it on future access. In addition, it applies a few byte-code optimization patterns that make code execution faster.

Read More

Install Fork CMS on a Debian VPS

forkIn this tutorial we’ll see how to install Fork CMS on a Debian 7 (Wheezy) VPS with MySQL, PHP-FPM and Nginx
Fork CMS is an open-source Content Management System written in PHP and comes with modules, themes, multi-language support, search engine optimisation and many more. Fork CMS is dedicated to creating a user friendly environment to build, monitor and update your website.

.

Read More

How to install LEMP and run TT-RSS on a Fedora 20 VPS

how-to-install-lemp-and-run-tt-rss-on-fedora-20-vpsThe following blog post will guide you through the steps of installing LEMP (Linux Nginx MariaDB and PHP) and setting up TT-RSS (Tiny-Tiny RSS) on a Fedora 20 VPS.

What is Tiny Tiny RSS?

It is an open source, web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location, while feeling as close to a real desktop application as possible.

 

Some of the TT-RSS features are:

  • Server-side AJAX-powered application, user only needs a web browser
  • Free software, licensed under GNU GPL
  • Supports feed aggregation / syndication,
  • Supports keyboard shortcuts
  • Supports OPML import/export
  • Supports sharing arbitrary content through tt-rss
  • Supports mobile device

and much more….

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