Tuesday, 16 October 2012

Installation Of COPPERMINE from Source


Coppermine Photo Gallery is an advanced, user-friendly, picture gallery script with built-in support for other multi-media/data files. The gallery can be private, accessible to registered users only, and/or open to all visitors to your site. Users, if permitted, can upload pictures with their web browser (thumbnail and intermediate sized images are created on the fly), rate pictures, add comments and even send e-cards. The site administrator determines which of the features listed above are accessible by registered and non-registered users. The site administrator can also manage galleries and batch process large numbers of pictures that have been uploaded onto the server by FTP. 

Installation

1) Downloaded coppermine application from website.
2) Extracted the file and copied it to the location /home/www/www/
3) Created database named "cp".
>create database cp;
Granted permission to the database for the user cpuser.
> GRANT ALL PRIVILEGES ON cp.* TO "cpuser"@"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://test007.server.com/coppermine

Follow the instructions during installation and coppermine will be installed.  

No comments:

Post a Comment