info about settings file
This commit is contained in:
parent
dd4f26a4a8
commit
37dfd7e554
1 changed files with 7 additions and 1 deletions
8
README
8
README
|
@ -39,7 +39,13 @@ Ruby Gems
|
||||||
5. Link up the photo folders
|
5. Link up the photo folders
|
||||||
ln -s photos/originals gallery/public/files
|
ln -s photos/originals gallery/public/files
|
||||||
ln -s photos/thumbs gallery/public/thumbs
|
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
|
=== Optinal: add photos directly to disk
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue