diff --git a/INSTALL b/INSTALL index 7af4cf3..f893636 100644 --- a/INSTALL +++ b/INSTALL @@ -33,7 +33,7 @@ You need to install some packages Noosfero depends on. On Debian GNU/Linux or Debian-based systems, all of these packages are available through the Debian archive. You can install them with the following command: - # apt-get install ruby rake po4a libgettext-ruby-util libgettext-ruby1.8 libsqlite3-ruby rcov librmagick-ruby libredcloth-ruby libwill-paginate-ruby iso-codes libfeedparser-ruby openjdk-6-jre libdaemons-ruby thin tango-icon-theme libhpricot-ruby + # apt-get install ruby rake po4a libgettext-ruby-util libgettext-ruby1.8 libsqlite3-ruby rcov librmagick-ruby libredcloth-ruby libwill-paginate-ruby iso-codes libfeedparser-ruby libdaemons-ruby thin tango-icon-theme libhpricot-ruby On other systems, they may or may not be available through your regular package management system. Below are the links to their homepages. @@ -43,7 +43,6 @@ management system. Below are the links to their homepages. * po4a: http://po4a.alioth.debian.org/ * Ruby-sqlite3: http://rubyforge.org/projects/sqlite-ruby * rcov: http://eigenclass.org/hiki/rcov -* Solr: http://lucene.apache.org/solr * RMagick: http://rmagick.rubyforge.org/ * RedCloth: http://redcloth.org/ * will_paginate: http://github.com/mislav/will_paginate/wikis @@ -111,9 +110,6 @@ $ 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 -probably not need to customize this configuration, but have a look at it. - Create the thin configuration file: $ thin -C config/thin.yml -e production config @@ -195,10 +191,6 @@ Compile the translations: $ RAILS_ENV=production rake noosfero:translations:compile -Run Solr: - -$ rake solr:start - Now we must create some initial data. To create your default environment (the first one), run the command below: diff --git a/plugins/solr/INSTALL b/plugins/solr/INSTALL new file mode 100644 index 0000000..0b19acc --- /dev/null +++ b/plugins/solr/INSTALL @@ -0,0 +1,19 @@ +(THIS INSTALL IS INCOMPLETE) + +Dependencies +============ + +apt-get install openjdk-6-jre + +* Solr: http://lucene.apache.org/solr + +Instalation +=========== + +$ rake solr:download + +Running the server +================== +Run Solr + +$ rake solr:start diff --git a/plugins/solr/README b/plugins/solr/README new file mode 100644 index 0000000..487746a --- /dev/null +++ b/plugins/solr/README @@ -0,0 +1,6 @@ +(THIS README IS INCOMPLETE) + +Configuration +============= +Copy config/solr.yml.dist to config/solr.yml. You will +-probably not need to customize this configuration, but have a look at it. -- libgit2 0.21.2