Welcome to HandOut!
- MySQLite server
- python 2.7+
pip install -U tornado
pip install -U sqlalchemy
pip install -U --allow-external mysql-connector-python mysql-connector-python
apt-get install unoconv
apt-get install imagemagick
brew install unoconv
- unoconv 0.6
- python-tornado 4.2.1
- python-sqlalchemy 1.0.8
- python-mysql.connector 2.0.4
TODO...
python -m HandOut.app
# start serverpython -m HandOut.initDB
# Init Database.Create All Table.python -m HandOut.dropDB
# Drop Database.Delete All Table.
-
PREFIX/present # Query all presentation around 1 KM.
-
PREFIX/present/[id] # preview a presentation.
-
PREFIX/present/submit # Upload a new presentation
-
PREFIX/present/submit/[id] # Edit a exist presentation
-
Current download link: PREFIX/download/[uuid]/[real_file_name] # A URL for download.