-
Notifications
You must be signed in to change notification settings - Fork 151
Installation
First, you need to copy the repository into whatever you like (here, toto)
git clone git://github.com/thibaud-rohmer/PhotoShow.git toto
Note : you may create those directories wherever you want, and give them the names you want. It is safer to have the Photos and Thumbs directories outside of your web path (this way, they are only reachable by the web server). The Feeds directory has to be in the web path, though.
- Photos : Where your photos will be stored.
- Generated : Where the files generated by PhotoShow will be stored
Important : Make sure that the web server has the rights to read and write in those directories.
Edit the file config.php
that is inside your PhotoShow folder. It is advised to put absolute paths for each of the entries, although relative paths should work fine.
Now, use your favorite web browser to go to your PhotoShow website. You should be asked to create the main account. This account will be the admin of the website.
Your website is now ready.