info about settings file

rails2
Espen Antonsen 2009-07-06 15:53:23 +02:00
parent dd4f26a4a8
commit 37dfd7e554
1 changed files with 7 additions and 1 deletions

8
README
View File

@ -39,7 +39,13 @@ Ruby Gems
5. Link up the photo folders
ln -s photos/originals gallery/public/files
ln -s photos/thumbs gallery/public/thumbs
6. Start up the project with your preferred web-server
6. Copy settings file:
cp gallery/config/database.example.yml gallery/config/database.yml
cp gallery/config/settings.example.yml gallery/config/settings.yml
7. Create databsae user and edit settings files.
8. rake db:create
9. rake db:migrate
10. Start up the project with your preferred web-server
=== Optinal: add photos directly to disk