Install Habari with Nginx on Debian 8

habariIn this tutorial we will cover the steps needed for installing Habari with Nginx on a Debian 8 VPS.

Habari is a free and open source blog engine written in PHP that currently supports MySQL, SQLite and PostgreSQL for the database backend. It is a publishing platform and application framework with a modular, object-oriented core.

An interesting fact is that the name Habari comes from the Swahili greeting habari which means “(what’s the) news”.

Read More

How to install LEMP on openSUSE

How to install LEMP on openSUSE

We’ll show you How to install LEMP on openSUSE.  This article we will cover the steps needed for installing and configuring a basic LEMP stack on a openSUSE VPS. A LEMP stack is a synonym of LEMP server or LEMP web server. It refers to a setup which includes Linux, Nginx, MySQL (MariaDB) and PHP.

1. REQUIREMENTS

We will be using our SSD 1 Linux VPS hosting plan for this tutorial.

Log in to your server via SSH:

# ssh root@server_ip

Before starting, enter the command below to check whether you have the proper OS version installed on your machine:

# cat /etc/issue

which should give you the underneath output. Of course if you use another openSUSE version the output will show that version:

Welcome to openSUSE 13.1 "Bottle" - Kernel \r (\l)

Read More

Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL

litecartIn this tutorial we will explain how to install LiteCart on an Ubuntu 14.04 VPS with Nginx, PHP-FPM and MySQL.
LiteCart is a free e-commerce, feature rich e-commerce solution.

The framework is constructed to be lightweight and easy for developers to modify and build upon.

LiteCart relies on the latest HyperText standard HTML 5, the latest CSS 3 for styling, the jQuery framework for client-side dynamics, and the popular web scripting language PHP for server-side dynamics.

Read More

Install and configure Jenkins with Nginx as a reverse proxy on CentOS 7

jenkinsIn this article we will install and configure Jenkins with Nginx as a reverse proxy on a CentOS 7 VPS.

Jenkins is a leading open source automation server built with Java that monitors executions of repeated jobs, such as building a software project or jobs run by cron. With Jenkins, organizations can accelerate the software development process through automation. It manages and controls development life-cycle processes of all kinds, including build, document, test, package, stage, deployment, static analysis and many more.

For Ubuntu use the tutorial below:
How to Install Jenkins on Ubuntu 16.04

Read More

How to install Elgg with Nginx on Ubuntu 14.04

elgg vpsThis step by step tutorial will show you how to install Elgg with Nginx on an Ubuntu 14.04 VPS. Elgg is an open source social networking engine that is easy to install and set up, then used to power your social network.
This tutorial was tested and written for an Ubuntu VPS, but it should work on any Debian based Linux distribution.

Read More

Install Plone with Nginx on a Debian 8 VPS

plonelogoIn this article we will cover the steps needed for installing Plone CMS with Nginx on a Debian 8 VPS.

Plone is a free and popular open source content management system based on the Python programming language. It is built on top of the Zope application server and shares many similarities with WordPress.

Plone is positioned as an “Enterprise CMS” and it is very easy and flexible to use. Using Plone you can design, create and manage content rich websites. Plone is commonly used for intranets and as a groupware collaboration tool or a document publishing system.

Read More