add mbs site
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
ed214552e1
commit
8d7bcb3a4b
1 changed files with 10 additions and 3 deletions
|
@ -13,7 +13,8 @@ LDAP authentication.
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
To get mbs up and running, you need ruby and rails and the gems specified
|
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 install ruby-1.8.7
|
||||||
rvm ruby-1.8.7
|
rvm ruby-1.8.7
|
||||||
|
@ -28,6 +29,12 @@ in the Gemfile. You may use rvm to assist you, like the following commandline:
|
||||||
cd mbs
|
cd mbs
|
||||||
rake db:setup
|
rake db:setup
|
||||||
|
|
||||||
|
You can also use
|
||||||
|
|
||||||
|
rake bootstrap
|
||||||
|
|
||||||
|
to add some example data.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
After mbs is up and running, you need to setup some basic data, before
|
After mbs is up and running, you need to setup some basic data, before
|
||||||
|
|
Loading…
Reference in a new issue