2015-06-23

In this tutorial, we will show how to install Collabtive on an Ubuntu 14.04 VPS with Apache, PHP and MySQL installed on it. Collabtive is an open source web-based project management software. The main features of Collabtive are: task lists, milestones, time tracking, messaging / instant messaging, file management, role-based user permissions, reporting, exporting, calendaring and multilingual interface. This tutorial was tested and written for Ubuntu 14.04 VPS, but it should work on any Linux distribution.

This install guide assumes that Apache, MySQL and PHP are already installed and configured on your Collabtive virtual server. At the time of writing this tutorial, the latest stable version of Collabtive 2.1.1 and it requires:

PHP 5.3 or higher with the mbstring PHP extension enabled

Apache Web Server >= 2.0 compiled with mod_rewrite module and with the following directives allowed: DirectoryIndex, Deny, Allow, Options, Order, AddHandler, RewriteEngine, RewriteBase, RewriteCond and RewriteRule.

MySQL 5 or higher installed on your virtual server.

Download the latest version of Collabtive available at http://collabtive.o-dyn.de/downloadref.php to the server and extract it using the following commands:

Set the proper file permissions for Collabtive to write to certain files and directories:

Create a new MySQL database for Collabtive to use and assign a user to it with full permissions:

Create a new virtual host directive in Apache. For example, create a new Apache configuration file named ‘collabtive.conf’ on your virtual server:

Then, run the following command:

Or, use the a2ensite to enable the ‘collabtive.conf’ configuration in Apache:

Edit the ‘collabtive.conf’ configuration file:

and add the following lines to it:

<VirtualHost *:80>

ServerAdmin admin@your-domain.com

DocumentRoot /var/www/collabtive/

ServerName your-domain.com

ServerAlias www.your-domain.com

<Directory /var/www/collabtive/>

Options FollowSymLinks

AllowOverride All

</Directory>

ErrorLog /var/log/apache2/your-domain.com-error_log

CustomLog /var/log/apache2/your-domain.com-access_log common

</VirtualHost>

Restart the Apache web server for the changes to take effect:

Open your favorite web browser and navigate to http://your-domain.com/install.php . Once you do that, you will be taken to the first page of the Collabtive web installer. Choose the installer language, check if all system requirements are met, enter the MySQL database information and click ‘Continue’. On the next page, create an administrator user and set its password. That is it. The Collabtive installation is now complete.

For security reason, it is recommended to delete ‘install.php’ and ‘update.php’ files:

Log in to the Administrator back-end area at http://your-domain.com to configure Collabtive according to your needs, extend the functionality of your installation with plugins etc.



Be the first to comment...

Related Posts:

Install Microsoft Visual Studio Code on Ubuntu 15.04, Ubuntu 14.04 & Ubuntu 14.10

Resize and Rename Bulk Images in Ubuntu 15.04, Ubuntu 14.04 and Ubuntu 14.10

Install and Make GDebi Default For .deb Installation in Ubuntu 15.04 & Ubuntu 14.04

Install Up-Clock – Ubuntu Touch Style Lockscreen App on Your Desktop

How To Install Firefox 38 on 32 bit/64 bit Ubuntu 15.04, Ubuntu 14.10 and Ubuntu 14.04



RSS Feed Powered by MaxBlogPress Bring My Blog Visitors Back

Related posts:

How to install CS-Cart v4 on an Ubuntu 14.04 VPS

How to Install Trident on an Ubuntu 14.04 VPS

How To Install (LAMP) Linux-Apache-MySQL-PHP on Ubuntu 15.04/14.10/14.04

Show more