diff --git a/INSTALL b/INSTALL index 51b0189..7af4cf3 100644 --- a/INSTALL +++ b/INSTALL @@ -104,11 +104,11 @@ $ git checkout -b stable origin/stable downloading tarball ------------------- -Note: replace 0.35.0 below from the latest stable version. +Note: replace 0.39.0 below from the latest stable version. -$ wget http://noosfero.org/pub/Development/NoosferoVersion00x35x00/noosfero-0.35.0.tar.gz -$ tar -zxvf noosfero-0.35.0.tar.gz -$ ln -s noosfero-0.35.0 current +$ wget http://noosfero.org/pub/Development/NoosferoVersion00x39x00/noosfero-0.39.0.tar.gz +$ tar -zxvf noosfero-0.39.0.tar.gz +$ ln -s noosfero-0.39.0 current $ cd current Copy config/solr.yml.dist to config/solr.yml. You will @@ -187,19 +187,6 @@ $ ./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. -Installing gem rack -=================== - -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 - -As noosfero user -================ - Create the database structure: $ RAILS_ENV=production rake db:schema:load @@ -228,10 +215,10 @@ $ RAILS_ENV=production ./script/runner "Environment.default.domains << Domain.ne Add at least one user as admin of environment: -$ RAILS_ENV=production ./script/runner "User.create(:login => 'adminuser', :email => 'admin@example.com', :password => 'admin', :password_confirmation => 'admin', :environment => Environment.default)" +$ RAILS_ENV=production ./script/runner "User.create(:login => 'adminuser', :email => 'admin@example.com', :password => 'admin', :password_confirmation => 'admin', :environment => Environment.default, :activated_at => Time.new)" (replace "adminuser", "admin@example.com", "admin" with the login, email -and password of your environment admin) +and password of your environment administrator) To start the Noosfero application servers: @@ -241,23 +228,6 @@ At this point you have a functional Noosfero installation running, the only thing left is to configure your webserver as a reverse proxy to pass requests to them. -Enabling exception notifications -================================ - -This is an optional step. You will need it only if you want to receive e-mail -notifications when some exception occurs on Noosfero. - -First, install this version of the gem. -Others versions may not be compatible with Noosfero: - -# gem install exception_notification -v 1.0.20090728 - -You can configure the e-mails that will receive the notifications. -Change the file config/noosfero.yml as the following example, replacing the -e-mails by real ones: - - production: - exception_recipients: [admin@example.com, you@example.com] ================== Apache instalation @@ -351,6 +321,26 @@ Now restart your apache server (as root): # invoke-rc.d apache2 restart + +Enabling exception notifications +================================ + +This is an optional step. You will need it only if you want to receive e-mail +notifications when some exception occurs on Noosfero. + +First, install this version of the gem. +Others versions may not be compatible with Noosfero: + +# gem install exception_notification -v 1.0.20090728 + +You can configure the e-mails that will receive the notifications. +Change the file config/noosfero.yml as the following example, replacing the +e-mails by real ones: + + production: + exception_recipients: [admin@example.com, you@example.com] + + ============ Maintainance ============ -- libgit2 0.21.2