Today we will show you how to install Rukovoditel on Ubuntu 16.04. Rukovoditel is free and open source software for managing projects and tasks. Unlike traditional tools, Rukovoditel expands the approach to project management, allowing you to create your own application, the most suitable for your activity. It is fairly easy to install Rukovoditel on an Ubuntu 16.04 VPS. The installation process should take about 5-10 minutes if you follow the very easy steps described below.
At the time of writing this tutorial, Rukovoditel 1.7.1 is the latest stable version available and it requires:
– Apache web server;
– PHP (version 5.3 or higher) along with the mbstring, curl, zip, gd and mcrypt extensions. They are most generally active by default on a standard PHP installation.
– MySQL(version 5.0.8 or higher) installed on your Linux VPS;
INSTRUCTIONS:
Table of Contents
1. Log in to your VPS via SSH
2. Update the system
3. Install MariaDB 10.0
To install MariaDB, run the following command:
4. Create new database
Next, we need to create a database for our Rukovoditel installation.
Do not forget to replace ‘your-password’ with a strong password.
5. Install Apache2 web server
Install PHP and required PHP modules
To install the latest stable version of PHP version 7 and all necessary modules, run:
Enable the Apache2 rewrite module if it is not already done:
In order to activate the new configuration, restart the Apache web server using the following command:
6. Download and extract Rukovoditel
Download and extract the latest version of Rukovoditel on your server:
All files have to be readable by the web server, so we need to set a proper ownership
7. Create a new virtual host directive in Apache
For example, create a new Apache configuration file named ‘rukovoditel.conf’ on your virtual server:
Then, add the following lines:
8. Restart the Apache web server
Restart the Apache web server for the changes to take effect:
Open your favorite web browser, navigate to http://your-domain.com/ and if you configured everything correctly the Rukovoditel installer should be starting. You should follow the easy instructions on the install screen inserting the necessary information as requested.
After everything is completed, delete the install directory:
That is it. The Rukovoditel installation is now complete.
Of course you don’t have to install Rukovoditel on Ubuntu 16.04, if you use one of our Linux VPS Hosting services, in which case you can simply ask our expert Linux admins to install Rukovoditel for you. They are available 24×7 and will take care of your request immediately.
PS. If you liked this post, on how to install Rukovoditel on Ubuntu 16.04, please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.
Thank you very much for this instruction.
Some users already asked me to provide this instruction and now you did it.
I already added link to this instruction to Rukovoditel download page.
Thanks again from Rukovoditel team:)