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
Setup steps for productions setup: - commands & configuration # cd /srv/www/Snorby # bundle install --path=vendor/cache # vi config/database.yml # vi config/snorby_config.yml # RAILS_ENV=production bundle exec rake snorby:setup - 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 # RAILS_ENV=production bundle exec rake snorby:update - (hard|soft) reset configuration # RAILS_ENV=production bundle exec rake snorby:soft_reset Drop the database and recreate the schema. This will destroy events, users, etc. Everything that's stored in the database. # RAILS_ENV=production bundle exec rake snorby:hard_reset