We’ll show you, How To Install Traq on Ubuntu 16.04. Traq is powerful project management and issue tracking system based on PHP. It is capable of handling multiple projects with per-project permissions, custom fields, milestones, email notifications and much more. In this tutorial we will show you how to install Traq on an Ubuntu 16.04 VPS with Apache and PHP.
Traq comes with a lot of useful features such as:
- Multiple projects
- Project milestones
- Atom feed
- Read and write API
- Powerful plugin system
- Filters
and many more…
In order to run Traq, your Ubuntu 16.04 VPS has to meet the following requirements:
- Web server
- PHP version 5.5 or later
- Mcrypt
- PostgreSQL or MariaDB/MySQL database server
In this tutorial we will install all of the requirements.
Let’s start with the installation. First of all make sure your server OS packages are fully up-to-date:
Run the following command on your Ubuntu VPS to install Apache web server
Once Apache is installed, start it and enable it to start on boot
Install PHP and few PHP modules required by Traq
Next, install MySQL database server
Enable the MySQL server to start on boot:
Once the installation is completed, it is recommended to execute the ‘mysql_secure_installation’ script, to secure your MySQL server and set a root password
Traq requires an empty database to store its data. Create a new MySQL database by logging in to the MySQL server and executing the following commands:
Don’t forget to replace ‘Your_Password’ with an actual, strong password.
Change the current working directory to the document root directory and clone Traq from their official GitHub repository
And checkout the latest version
To run Traq properly, create a new .htaccess file
With the following content
Set the correct ownership
Create a new virtual host directive in Apache.
with the following content
Run the following command to enable the configuration file
And restart the Apache web server for the changes to take effect:
If you closely followed this tutorial, you will be able to access Traq by pointing your favorite web browser at http://your-domain.com . Traq’s web installation wizard will show up. Follow the wizard to complete the installation.
For more information and documentation about Traq, please visit their official website.
Of course you don’t have to install Traq on Ubuntu 16.04 if you use one of our Web Hosting Plans, in which case you can simply ask our expert Linux admins to install Traq on Ubuntu 16.04, 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 Traq 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.