All Projects → yetone → bruce

yetone / bruce

Licence: other
http://blog.yetone.net 的源代码。

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

bruce

demo: http://blog.yetone.net

INSTALL

git clone https://github.com/yetone/bruce.git bruce
cd bruce
cp config.py.sample config.py
virtualenv bruce_env
source bruce_env/bin/activate
pip install -r requirements.txt

Configurate

Use your favorite editor edit the config.py file

note Make sure _DBNAME in config.py exist in your mysql database.

RUN

python app.py              # default
python app.py --port=8888  # run app on custom port

Other

If your want to use nginx as a reverse proxy, Read Tornado Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].