Commit f33958d8060603f48b343920bc066001b82234c3

Authored by Leonardo J. Caballero G
1 parent 68976cd3

Added information about colab and updated some path for cron.d script

Showing 1 changed file with 33 additions and 2 deletions   Show diff stats
README.rst
... ... @@ -8,6 +8,37 @@
8 8 Colab, a Software for Communities
9 9 =================================
10 10  
  11 +What is Colab?
  12 +==============
  13 +
  14 +Application that integrates existing systems to represent the contributions of the members through:
  15 +
  16 +* The amendments to the Wiki trac system.
  17 +
  18 +* Changes to the trac system code.
  19 +
  20 +* Discussions at the mailman list.
  21 +
  22 +* And other systems in the community.
  23 +
  24 +Features
  25 +========
  26 +
  27 +* Developerd by Interlegis Communities http://colab.interlegis.leg.br/
  28 +
  29 +* Writed with Python http://python.org/
  30 +
  31 +* Build in Django Web Framework https://www.djangoproject.com/
  32 +
  33 +* Search engine with Solr https://lucene.apache.org/solr/
  34 +
  35 +Colab and Solr
  36 +==============
  37 +
  38 +This software uses Apache Solr as search platform based on Apache Lucene.
  39 +
  40 +With Solr generates the REST style API with which you can make HTTP requests
  41 +to get results: natively in XML or JSON, PHP, Ruby and Python and then treatment.
11 42  
12 43 Installation
13 44 ============
... ... @@ -89,7 +120,7 @@ Cron job to import emails
89 120  
90 121 * Link cron script into /etc/cron.d/ folder:
91 122  
92   - * ln -s /usr/local/django/colab/cron.d/colab_import_emails /etc/cron.d/
  123 + * ln -s /usr/local/django/colab/etc/cron.d/colab_import_emails /etc/cron.d/
93 124  
94 125 * From now on the emails should be imported every minute
95 126  
... ... @@ -103,7 +134,7 @@ Cron job to reindex Solr
103 134  
104 135 * Link cron script into /etc/cron.d/ folder:
105 136  
106   - * ln -s /usr/local/django/colab/cron.d/colab_solr_reindex /etc/cron.d/
  137 + * ln -s /usr/local/django/colab/etc/cron.d/colab_solr_reindex /etc/cron.d/
107 138  
108 139 * From now on delta reindex should run every 10 minutes and full reindex once a day.
109 140  
... ...