add mbs site

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-10-02 14:20:31 +02:00
parent ed214552e1
commit 8d7bcb3a4b

View file

@ -13,7 +13,8 @@ LDAP authentication.
### Requirements
To get mbs up and running, you need ruby and rails and the gems specified
in the Gemfile. You may use rvm to assist you, like the following commandline:
in the Gemfile. You may use [rvm](http://rvm.beginrescueend.com/)
to assist you, like the following commandline:
rvm install ruby-1.8.7
rvm ruby-1.8.7
@ -25,8 +26,14 @@ in the Gemfile. You may use rvm to assist you, like the following commandline:
### Initialise Database
cd mbs
rake db:setup
cd mbs
rake db:setup
You can also use
rake bootstrap
to add some example data.
## Setup