Unpack the archive


4. Unpack the archive:
$ unzip cpg1.4.10.zip
Archive: cpg1.4.10.zip
inflating: cpg1410/addfav.php
inflating: cpg1410/xp_publish.php
[...] inflating: cpg1410/zipdownload.php


5. Rename the freshly unpacked cpg directory, and then set the permissions so that files can be uploaded from PHP:
$ mv cpg1410 photos
$ cd photos
$ chmod 777 include
$ find albums -type d | xargs chmod 777


6. Go to a Web browser on any machine that can reach your LAMP server over the network and open the install.php script under your coppermine directory.


If you're installing CPG under a user directory under your main host, the URL is http://servername/~username/photos/install.php.
If you're installing CPG under a virtual host, the URL is http://virtualhostname/ photos/install.php.


The continuation/full version of this article read on site www.podgrid.org - Linux Bible