From 4fa2af426b1b208be60a92aa5d0a9fa4a8206d4b Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Tue, 22 May 2012 13:43:01 -0300 Subject: [PATCH] Reviewing INSTALL file --- INSTALL | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index 4c29282..e823710 100644 --- a/INSTALL +++ b/INSTALL @@ -139,8 +139,8 @@ so if you are planning to use a different database this steps won't apply. # apt-get install postgresql libpgsql-ruby # su postgres -c 'createuser noosfero -S -d -R' -By default Rails will try to connect on postgresql through 5432 port, but -you can check it in /etc/postgresql/8.4/main/postgresql.conf file. +By default Rails will try to connect on postgresql through 5432 port, +you can check it on /etc/postgresql/8.4/main/postgresql.conf file. Restart postgresql: @@ -221,12 +221,15 @@ $ ./script/dbconsole production If it connects to your database, then everything is fine. If you got an error message, then you have to check your database configuration. -As root user -============ +Installing gem rack +=================== -Install RubyGem Rack 1.0.1: +This gem is required if you want to run Mezuro plugin. + +Install RubyGem Rack 1.0.1. +Others versions may not be compatible with Noosfero: -$ gem install rack -v 1.0.1 +# gem install rack -v 1.0.1 As noosfero user ================ -- libgit2 0.21.2