Commit f37708d4dff2bafe0b228e575bb91347d5760ea5
1 parent
fb658e90
Exists in
master
and in
28 other branches
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 | 7 | |
8 | 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 | 12 | You need to have a Subversion client (svn) installed, as well as: |
11 | 13 | |
12 | 14 | * Ruby: http://www.ruby-lang.org/ |
13 | 15 | * Rake: http://rake.rubyforge.org/ |
14 | 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 | 17 | * Ruby-sqlite3: http://rubyforge.org/projects/sqlite-ruby |
17 | 18 | * rcov: http://eigenclass.org/hiki/rcov |
18 | 19 | * Ferret: http://ferret.davebalmain.com/trac |
19 | 20 | * RMagick: http://rmagick.rubyforge.org/ |
20 | 21 | * RedCloth: http://whytheluckystiff.net/ruby/redcloth/ |
21 | -* Ruby Locale: http://rubyforge.org/projects/locale/ | |
22 | 22 | * will_paginate: http://github.com/mislav/will_paginate/wikis |
23 | 23 | * contacts: http://github.com/cardmagic/contacts/tree/master |
24 | 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 | 26 | |
27 | 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 | 31 | If you have problems with the setup, use the development mailing list. In |
37 | 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 | 49 | # create some test data: |
55 | 50 | ./script/populate |
56 | 51 | # install the test dependences: |
57 | - aptitude install libtidy-ruby libhpricot-ruby | |
52 | + aptitude install libtidy-ruby libhpricot-ruby libmocha-ruby imagemagick | |
58 | 53 | # run the automated test suite to make sure your environment is sane: |
59 | 54 | rake test |
60 | 55 | ... | ... |