Skip to content

Commit

Permalink
At least document prod server lucent statup howto somewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitg committed Feb 11, 2015
1 parent b43ca6a commit 204a763
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/server_setup.rst
Expand Up @@ -161,3 +161,13 @@ Upgrading the schema after installing solr with the procedure above would go som
java -jar start.jar
C-a d
./manage.py rebuild_index

Starting after a server reboot:
screen -R running_solr
cd ~/virtualenvs/imaginationforpeople.org/solr/apache-solr-3.6.2/example
java -jar start.jar
C-a d
cd ~/virtualenvs/imaginationforpeople.org/imaginationforpeople
source ../bin/activate
./manage.py rebuild_index

0 comments on commit 204a763

Please sign in to comment.