Search
j0ke.net Open Build Service
>
Projects
>
ha
:
firewall
:
Snorby
>
Snorby
> README.SuSE
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File README.SuSE of Package Snorby (Revision 8)
Currently displaying revision
8
,
show latest
Setup steps for productions setup: - commands & configuration # cd /srv/www/Snorby # bundle pack # bundle install --path=vendor/cache # vi config/database.yml # vi config/snorby_config.yml # rake snorby:setup RAILS_ENV=production - command for testing rails server -e production now login to http://<your-host>:3000/ with user: snorby@snorby.org password: snorby and change this default administrator login to something else! - for production you should use passenger see http://www.modrails.com/install.html for details Update steps for production setup: - commands & configuration # rake snorby:update