Commit 4197c87068ee25675cee8ea557ddd4a325ec76f4

Authored by Braulio Bhavamitra
Committed by Daniela Feitosa
1 parent 7b4b710f

Remove/replace old ferret references

HACKING.rails235
... ... @@ -4,7 +4,6 @@ development.
4 4 Install dependencies:
5 5  
6 6 gem install rails -v 2.3.5
7   -gem install ferret
8 7 gem install i18n
9 8 gem install will_paginate -v 2.3.12
10 9 gem install cucumber
... ...
INSTALL.multitenancy
... ... @@ -20,7 +20,7 @@ The items below are separated for each hosted environment:
20 20  
21 21 * Uploaded files
22 22 * Database
23   -* Ferret index
  23 +* Solr index
24 24 * ActiveRecord#cache_key
25 25 * Feed updater
26 26 * Delayed Job Workers
... ... @@ -116,9 +116,9 @@ Run Noosfero init file as root:
116 116  
117 117 # invoke-rc.d noosfero start
118 118  
119   -== Ferret
  119 +== Solr
120 120  
121   -It's necessary to run only one instance of ferret_server. Don't worry
  121 +It's necessary to run only one instance of Solr. Don't worry
122 122 about this, Noosfero initializer had already done this for you.
123 123  
124 124 == Feed updater & Delayed job
... ... @@ -140,7 +140,7 @@ by following the steps below in addition to the previous steps:
140 140  
141 141 1. Reindex your database
142 142  
143   -Rebuild the Ferret index by running the following task just
  143 +Rebuild the Solr index by running the following task just
144 144 for your hosting environment, do this as noosfero user:
145 145  
146 146 $ RAILS_ENV=production rake multitenancy:reindex
... ...
debian/control
... ... @@ -12,7 +12,7 @@ Build-Depends:
12 12 rake,
13 13 rails (>= 2.3.5-1~),
14 14 rails-ruby1.8 (>= 2.3.5-1~),
15   - libferret-ruby,
  15 + openjdk-6-jre,
16 16 libwill-paginate-ruby,
17 17 tango-icon-theme,
18 18 rcov
... ...
gitignore.example
... ... @@ -7,7 +7,6 @@ tmp
7 7 config/database.yml
8 8 config/session.secret
9 9 config/noosfero.yml
10   -config/ferret_server.yml
11 10 config/mongrel_cluster.yml
12 11 config/solr.yml
13 12 config/plugins
... ...