For the first tutorial we used XAMPP Lite. Now we'll use Uniform Server. It is much lighter than XAMPP Lite, has a nice administration panel and has all the required things included
Recently I wrote a short tutorial on how to install activeCollab on your computer using XAMPP Lite. Since then visitors recommended another great package that lets you run Apache, PHP and MySQL on your computer. Name of that package is Uniform Server (visit their SourceForge page if their main page does not work) and its much lighter than XAMPP Lite (only 5.8MB download), has a nice little administration panel and does not install anything on your computer so you can use it on your USB stick.
Sounds great? Well, it is ;)
Here are the short instructions how to run activeCollab using Uniform Server.
- Download Uniform Server. I've used self extracting archive - (currently it is UniServer3_3.exe file, but this can change in the future; use the most recent version).
- Extract it anywhere on your local disk (no need for any specific folder names).
- Enable InnoDB support. Open /diskw/usr/local/mysql/bin/my-small.cnf and comment skip-innodb line by adding # in front of it (like #skip-innodb). While you are there it would be good to increase max_allowed_packet to ensure that you'll be able to upload files larger than 1MB. Just add this line bellow #skip-innodb line:
set-variable = max_allowed_packet=64M
- Start Uniform Server by clicking on Server_Start executable file.
- Go to http://localhost/apanel/ and run MySQL (there is an option in sidebar).
- Go to http://localhost/apanel/phpMyAdmin/ and create a new database for activeCollab (I'll assume that you named it activecollab, but you can use any other name if you like).
- Download most recent version of activeCollab.
- Extract content of activeCollab archive into the /diskw/www/. You should end up with /diskw/www/activecollab/.
- Go to http://localhost/activecollab/public/install/ and go through the installation process. Connection parametars:
Hostname: localhost
Username: root
Password: root
Database name: activecollab (database we created previously)
Absolute URL: http://localhost/activecollab
- Installation should create all the tables for you and offer you to create administrator and owner company. Do that. After you've done you'll end up with fully functional installation.
Thanks to developers of Uniform Server for this great package. Great job!
Posted on: 2006-10-06 1:45