From e17d8c03bbe33c68d881bfeb6818cfbad5e60cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Fri, 14 Aug 2015 18:22:49 +0800 Subject: [PATCH] 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= +./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 ```