Tuesday, 16 October 2012

Installation Of DOLPHIN from Source


Dolphin 7 - open-source, downloadable, scalable, customizable, full-featured, independent and free software package for building social networks, dating sites and niche communities. Dolphin is the only "all-in-one" bundle of PHP community scripts, Flash plugins, Adobe AIR and Mobile apps that provide full control, freedom and flexibility. Launch your site, customize it and watch it grow. 

Installation

1) Downloaded dolphin application from website.
2) Extracted the file and copied it to the location /home/www/www/
3) Created database named "dolphin"
>create database dolphin;
Granted permission to the database for the user dolphinuser
> GRANT ALL PRIVILEGES ON dolphin.* TO "dolphinuser"@"localhost" IDENTIFIED BY "redhat";
Flushed privilege
>flush privileges;
4) Changed permission of the wordpress file on that location
chown -R www:www /home/www/www/*
5)Restart apache and enter the open browser and enter the following address
http://test07.server.com/dolphin

Follow the instructions during installation and dolphin will be installed.  

No comments:

Post a Comment