Tornado template with Jinja2 and Sqlalchemy
- Git
- Python version 3.3
- virtualenvwrapper
Clone the repo:
git clone https://github.com/mfussenegger/tornado-template.git
Initialize the template using:
./bootstrap.sh your-package-name
This will execute the following steps:
- Rename SITENAME to your-package-name
- Create a virtual environment called your-package-name
- Install all requirements inside the virtual environment
- rm -rf .git
- Initialize a new git repo
- Rename template-tornado to Your-package-name
- Delete bootstrap.sh
workon your-package-name
python your-package-name/app.py