From 8d7bcb3a4bef46819db457c60962a374e0684d55 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 2 Oct 2010 14:20:31 +0200 Subject: [PATCH] add mbs site Signed-off-by: Nico Schottelius --- software/mbs.mdwn | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/software/mbs.mdwn b/software/mbs.mdwn index 0f2f7146..c119ac62 100644 --- a/software/mbs.mdwn +++ b/software/mbs.mdwn @@ -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