Commit a6ca4493ef760cd8ddc0424ee276702a27a7c539
1 parent
4cbc626d
Exists in
master
and in
28 other branches
ActionItem65: updating docs with instructions to install ferret
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@480 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
doc/README_FOR_APP
... | ... | @@ -15,11 +15,17 @@ You need to have a Subversion client (svn) installed, as well as: |
15 | 15 | * Mocha: http://mocha.rubyforge.org/ |
16 | 16 | * Ruby-sqlite3: http://rubyforge.org/projects/sqlite-ruby |
17 | 17 | * rcov: http://eigenclass.org/hiki/rcov |
18 | +* Ferret: http://ferret.davebalmain.com/trac | |
18 | 19 | |
19 | -There are Debian packages available for all of them. Try: | |
20 | +There are Debian packages available for all of them but ferret. Try: | |
20 | 21 | |
21 | 22 | # aptitude install svn ruby rake libgettext-ruby libmocha-ruby libsqlite3-ruby rcov |
22 | 23 | |
24 | +Ferret shall enter Debian soon (as +libferret-ruby+). until there you have two options: | |
25 | + | |
26 | +1. build the source package from svn://svn.debian.org/svn/pkg-ruby-extras/packages-wip/libferret-ruby | |
27 | +1. install ferret via rubygems: issue +gem install ferret+ as root (you'll need to install the +rubygems+ package for it) | |
28 | + | |
23 | 29 | If you have problems with the setup, use the development mailing list. In |
24 | 30 | special its possible that the requirements list above is not complete. |
25 | 31 | ... | ... |