Update README.md

This commit is contained in:
斟酌 鵬兄 2015-08-14 18:22:49 +08:00
parent e82f9c4c43
commit e17d8c03bb
1 changed files with 5 additions and 9 deletions

View File

@ -22,17 +22,13 @@ A working concept of Js/Css framework for web browsers
- pip install redis - pip install redis
- pip install compressinja - pip install compressinja
#### Environment varialbles ### Before start, run
``` ```
PYTHONPATH=<path to the parent of this directory> ./botan-rebuild
``` ```
#### For the compressor & cache, run: #### To start just run ( need to be root )
Don't worry, this will immediately drop root permission and switch to the user defined in settings.ini
``` ```
celery -A botanjs.service.jwork worker ./botan-start
```
#### For the API Serivces, run:
```
./service/webapi.py
``` ```