Readme installation spiritinstall command

This commit is contained in:
nitely 2015-08-02 18:07:36 -03:00
parent af1d81cffa
commit 70ec7799ff
2 changed files with 2 additions and 5 deletions

View File

@ -33,9 +33,7 @@ otherwise you will have to setup all django's related constants (Installed_apps,
Run:
pip install -r requirements.txt
python manage.py migrate
python manage.py createcachetable
python manage.py collectstatic
python manage.py spiritinstall
> You will need to setup a search engine,
> Spirit is configured to work with [Woosh](https://bitbucket.org/mchaput/whoosh/wiki/Home) by default.

View File

@ -10,8 +10,7 @@ Spirit example application in this directory:
$ source ./venv/bin/activate
$ pip install .
$ cd example
$ python manage.py migrate
$ python manage.py createcachetable spirit_cache
$ python manage.py spiritinstall
$ python manage.py runserver
You should then be able to open your browser on http://127.0.0.1:8000 and