A miniblog DEMO powered by web.py and rye
Install rye
$ cargo install --git https://github.com/mitsuhiko/rye rye
Update the project virtualenv
$ rye sync
Serve the blog at local
$ rye run serve
http://0.0.0.0:8088/
Open the browser
MIT