From bbb067b570ad5f46bd9a30dc46279ab250826951 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 11 Apr 2012 14:57:17 +0000 Subject: [PATCH] Small enhancements in quick start script --- script/quick-start-debian | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/quick-start-debian b/script/quick-start-debian index 4d22841..8796935 100755 --- a/script/quick-start-debian +++ b/script/quick-start-debian @@ -22,7 +22,7 @@ run sudo apt-get -y install $runtime_dependencies # needed for development run sudo apt-get -y install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick po4a xvfb libxml2-dev libxslt-dev -run gem install bundler +gem which bundler >/dev/null 2>&1 || run gem install bundler run bundle install # create the database with sample data @@ -37,7 +37,7 @@ run rake noosfero:translations:compile # create needed directory mkdir -p tmp/pids -# start server +# you can now start the server say "I: Congratulations, you are ready to run Noosfero." -say "I: To execute Noosfero server, run \`/script/server\` and browse to http://localhost:3000" +say "I: To execute Noosfero in development mode, run \`/script/development\` and browse to http://localhost:3000" say "I: To execute Noosfero tests, run \`rake\`." -- libgit2 0.21.2