How To Install Redmine on CentOS 7

How To Install Redmine on CentOS 7

In this tutorial, we will show you how to install Redmine on CentOS 7. Redmine is a free and open source issue tracking and web-based project management application . Redmine is built on Ruby on Rails framework and it is cross-platform and cross-database. This guide should work on other Linux VPS systems as well but was tested and written for CentOS 7 VPS. Let’s get started with installing Redmine on your CentOS 7 server.

Read More

How to Install Maven on Ubuntu 16.04

How to Install Maven on Ubuntu 16.04

In this tutorial, we will show you how to install Apache Maven 3 on  Ubuntu 16.04. Apache Maven is a free and open-source, software project management and comprehension tool written in Java. Based on the concept of a project object model (POM), Maven can manage an entire project’s build.

how to install maven on ubuntu 16.04

With Maven, you can easily store documents, generate reports and documentation from a central piece of information. Installing Maven on Ubuntu 16.04 is a fairly easy task if you follow the steps below carefully and should not take more than 10 minutes.

Read More

How to Create a sudo user on CentOS 7

Add User to Sudoers CentOS
Add User to Sudoers in CentOS

We’ll guide you, how to create a sudo user on CentOS 7. Sudo is a Linux command line program that allows you to execute commands as superuser or another system user. The configuration file offers detailed access permissions, including enabling commands only from the invoking terminal; requiring a password per user or group; requiring re-entry of a password every time or never requiring a password at all for a particular command line. It can also be configured to permit passing arguments or multiple commands. In this tutorial, we will demonstrate, how to add a user to Sudoers in CentOS. Adding a sudo user to sudoers in CentOS 7 is a fairly easy task if you follow this 5 steps below.

Read More

How To Install Apache CouchDB on CentOS 7

How To Install Apache CouchDB on CentOS 7

Today we will show you, how to install Apache CouchDB on CentOS 7.  CouchDB is an open-source database, and was first released in 2005 and later became an Apache Software Foundation project in 2008.  It has a document-oriented NoSQL database architecture and is implemented in the concurrency-oriented language Erlang; it uses JSON to store data, JavaScript as its query language using MapReduce, and HTTP for an API.  The data can be accessed via web browser. Looks simple, right? Installing Apache CouchDB on CentOS 7 is pretty simply, in fact, you can install CouchDB in just a few minutes using the package manager on your Linux server. Let’s get started!

Read More

Error establishing a database connection

Error establishing a database connection

Error establishing a database connection, is a very common error when you try to access your WordPress site. The database stores all the important information for your website, including your posts, comments, site configuration, user accounts, theme and plugin settings and so on. If the connection to your database cannot be established, your WordPress website will not load, and more then likely will give you the error: “Error establishing a database connection” In this tutorial we will show you, how to fix Error establishing a database connection in WordPress.

Read More