Commit f37708d4dff2bafe0b228e575bb91347d5760ea5

Authored by Antonio Terceiro
1 parent fb658e90

ActionItem1003: updating doc

Showing 1 changed file with 4 additions and 9 deletions   Show diff stats
doc/README_FOR_APP.en
@@ -7,18 +7,18 @@ so the process of setting it up is pretty similar to other Rails applications. @@ -7,18 +7,18 @@ so the process of setting it up is pretty similar to other Rails applications.
7 7
8 === Requirements 8 === Requirements
9 9
  10 +noosfero is intended to be run in Debian stable. It can work in other environments, but we do not test on them.
  11 +
10 You need to have a Subversion client (svn) installed, as well as: 12 You need to have a Subversion client (svn) installed, as well as:
11 13
12 * Ruby: http://www.ruby-lang.org/ 14 * Ruby: http://www.ruby-lang.org/
13 * Rake: http://rake.rubyforge.org/ 15 * Rake: http://rake.rubyforge.org/
14 * Ruby-GetText: http://www.yotabanana.com/hiki/ruby-gettext.html?ruby-gettext (at least version 1.9.0) 16 * Ruby-GetText: http://www.yotabanana.com/hiki/ruby-gettext.html?ruby-gettext (at least version 1.9.0)
15 -* Mocha: http://mocha.rubyforge.org/  
16 * Ruby-sqlite3: http://rubyforge.org/projects/sqlite-ruby 17 * Ruby-sqlite3: http://rubyforge.org/projects/sqlite-ruby
17 * rcov: http://eigenclass.org/hiki/rcov 18 * rcov: http://eigenclass.org/hiki/rcov
18 * Ferret: http://ferret.davebalmain.com/trac 19 * Ferret: http://ferret.davebalmain.com/trac
19 * RMagick: http://rmagick.rubyforge.org/ 20 * RMagick: http://rmagick.rubyforge.org/
20 * RedCloth: http://whytheluckystiff.net/ruby/redcloth/ 21 * RedCloth: http://whytheluckystiff.net/ruby/redcloth/
21 -* Ruby Locale: http://rubyforge.org/projects/locale/  
22 * will_paginate: http://github.com/mislav/will_paginate/wikis 22 * will_paginate: http://github.com/mislav/will_paginate/wikis
23 * contacts: http://github.com/cardmagic/contacts/tree/master 23 * contacts: http://github.com/cardmagic/contacts/tree/master
24 * iso-codes: http://pkg-isocodes.alioth.debian.org/ 24 * iso-codes: http://pkg-isocodes.alioth.debian.org/
@@ -26,12 +26,7 @@ You need to have a Subversion client (svn) installed, as well as: @@ -26,12 +26,7 @@ You need to have a Subversion client (svn) installed, as well as:
26 26
27 There are Debian packages available for all of them but ferret. Try: 27 There are Debian packages available for all of them but ferret. Try:
28 28
29 - # aptitude install subversion ruby rake libgettext-ruby libmocha-ruby libsqlite3-ruby rcov librmagick-ruby libredcloth-ruby liblocale-ruby libwill-paginate-ruby iso-codes libfeedparser-ruby  
30 -  
31 -Ferret shall enter Debian soon (as <tt>libferret-ruby</tt>). until there you have two options:  
32 -  
33 -1. build the source package from svn://svn.debian.org/svn/pkg-ruby-extras/packages-wip/libferret-ruby  
34 -1. install ferret via rubygems: issue <tt>gem install ferret</tt> as root (you'll need to install the <tt>rubygems</tt> package for it) 29 + # aptitude install subversion ruby rake libgettext-ruby1.8 libsqlite3-ruby rcov librmagick-ruby libredcloth-ruby libwill-paginate-ruby iso-codes libfeedparser-ruby libferret-ruby
35 30
36 If you have problems with the setup, use the development mailing list. In 31 If you have problems with the setup, use the development mailing list. In
37 special its possible that the requirements list above is not complete. 32 special its possible that the requirements list above is not complete.
@@ -54,7 +49,7 @@ commands and make sure you understand what you are doing): @@ -54,7 +49,7 @@ commands and make sure you understand what you are doing):
54 # create some test data: 49 # create some test data:
55 ./script/populate 50 ./script/populate
56 # install the test dependences: 51 # install the test dependences:
57 - aptitude install libtidy-ruby libhpricot-ruby 52 + aptitude install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick
58 # run the automated test suite to make sure your environment is sane: 53 # run the automated test suite to make sure your environment is sane:
59 rake test 54 rake test
60 55