penguin/AstroJS

Javascript framework for my blog

commit e17d8c03bbe33c68d881bfeb6818cfbad5e60cd5

author斟酌 鵬兄 <tgckpg@gmail.com>
date2015-08-14T10:22:49Z
subjectUpdate README.md
commit e17d8c03bbe33c68d881bfeb6818cfbad5e60cd5
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date:   2015-08-14T10:22:49Z

    Update README.md
---
 README.md | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index b831f24..fccfeba 100644
--- a/README.md
+++ b/README.md
@@ -22,17 +22,13 @@ A working concept of Js/Css framework for web browsers
 - pip install redis
 - 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
-```
-
-#### For the API Serivces, run:
-```
-./service/webapi.py
+./botan-start
 ```