Install MediaWiki on a CentOS 7 VPS

mediawikiIn this article we will cover the steps needed to install MediaWiki on your CentOS 7 VPS. MediaWiki is a free and open source wiki application. It is written in the PHP programming language and uses a backend database.

SERVER REQUIREMENTS

Apache Web server
PHP version 5
Database server (MySQL, PostgreSQL, or SQLite)

If your server has a bare minimum CentOS 7 installation, you can install a LAMP (short for Linux, Apache, MySQL and PHP) stack by following our excellent tutorial.

Read More

Install Phabricator on CentOS 7

Install Phabricator on CentOS 7

In today’s article we will cover the steps on how to install Phabricator on a CentOS 7 VPS with Apache web server, PHP and MariaDB the enhanced, drop-in replacement for MySQL. Phabricator is an open source collection of web applications which help software companies build better software. It includes the Differential code review tool, the Diffusion repository browser, the Herald change monitoring tool, the Maniphest bug tracker and the Phriction wiki. Currently maintained by Phacility, it was originally developed as an internal tool at Facebook. It is available as free software under the Apache License, version 2.

Read More

How to install Selfoss on a CentOS 7 Linux VPS

how-to-install-selfoss-on-a-centos-7-linux-vpsIn the following article we are going to guide you through the steps of installing Selfoss on a CentOS 7 Linux VPS.

What is Selfoss?

It is a new multipurpose RSS reader, live stream, mashup and aggregation web application with the following features:

  • web based rss reader
  • universal aggregator
  • open source and free
  • easy extendable with an open plugin system (write your own data connectors)
  • mobile support (Android, iOS, iPad)
  • use selfoss to live stream and collect all your posts, tweets, feeds in one place
  • lightweight PHP application with less than 2 MB
  • supports MySQL, PostgreSQL and Sqlite Databases
  • OPML Import
  • restful json api
  • third party apps for iOS and Android available

Read More

Install eZ Publish Community Project on a CentOS 7 VPS with Nginx and PHP-FPM

install-ez-publish-community-project-on-a-centos-7-vps-with-nginx-and-php-fpmIn this tutorial, we will show you how to install eZ Publish Community edition on a CentOS 7 VPS with Nginx, MariaDB and PHP-FPM. eZ Publish Community edition is an open source enterprise PHP content management system build on top of Symfony framework. This guide should work on other Linux VPS systems as well but was tested and written for a CentOS7 VPS.  

Read More

Install WordPress using SVN on a CentOS 7 VPS

There are multiple ways of installing WordPress. In this tutorial we will download and install WordPress CMS using SVN on a CentOS 7 VPS .

What is SVN?

SVN stands for Apache Subversion which is a software versioning and revision control system distributed as free software under the Apache License. Many developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation.

Read More