mirror of
https://github.com/QingdaoU/Spirit.git
synced 2024-12-29 16:02:04 +00:00
Readme installation spiritinstall command
This commit is contained in:
parent
af1d81cffa
commit
70ec7799ff
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user