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 ```