Update README.md

This commit is contained in:
斟酌 鵬兄 2016-05-28 01:52:18 +08:00
parent 16377e0a95
commit 8644a1b68e

View File

@ -12,13 +12,14 @@ A working concept of Js/Css framework for web browsers
### Disclaimer ### Disclaimer
- This is a working concept. So it works on me. And may have a bunch of useless dependency. Use at your own risks! - This is a working concept. So it works on me. And may have a bunch of useless dependency. Use at your own risks!
- It requires Python 3!
### Documentation ### Documentation
- Will be added later - Will be added later
### Prerequisties ### Prerequisties
- python3
- virtualenv
#### For Service.WebAPI #### For Service.WebAPI
- pip install Flask - pip install Flask
- pip install Celery - pip install Celery
@ -27,11 +28,11 @@ A working concept of Js/Css framework for web browsers
### Before start, run ### Before start, run
``` ```
virtualenv env
./botan-rebuild ./botan-rebuild
``` ```
#### To start just run ( need to be root ) #### To start just run ( in virtualenv )
Don't worry, this will immediately drop root permission and switch to the user defined in settings.ini
``` ```
./botan-start ./botan-start
``` ```