Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/embbnux/emdlog
blog_use_flask_on_raspberry
https://github.com/embbnux/emdlog
Last synced: 5 days ago
JSON representation
blog_use_flask_on_raspberry
- Host: GitHub
- URL: https://github.com/embbnux/emdlog
- Owner: embbnux
- Created: 2014-08-24T10:03:05.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-01T16:04:05.000Z (about 10 years ago)
- Last Synced: 2024-10-16T08:21:33.847Z (28 days ago)
- Language: Python
- Homepage: www.embbnux.com
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
emdlog
======blog_use_flask_on_raspberry
This is a lightweight blog that you can use it on raspberry pi.
=============================
User Guide:sudo apt-get install python-pip
sudo pip install flaskgit clone https://github.com/embbnux/emdlog.git
cd emdlog/emdlog
sudo apt-get install sqlite3
sqlite3 db/flaskr.db < schema.sql
cd ../
python runserver.py------------------------------------
from Blog of Embbnux :
http://www.embbnux.com/2014/08/25/raspberry_use_python_flask_to_web_development/