Skip to content

miniatureape/thermos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Thermos

This is a script I use to quickly deploy toy flask apps to an unprovisioned unbuntu server.

Sets up a basic nginx in front of gunicorn with supervisor managing.

Do not use for production sites.

It's only been tested on Ubuntu 13, 64 bit.

Usage

python mkinstall.py <name-of-app> <url-to-git-repo>

Name of app can be whatever you want. It doesn't correspond to your Flask app name or anything.

Creates a bash script to copy to your server and run.

Conventions

This assumes you've named your app file app.py and you don't have a complicated setup.

About

Dumb script to deploy toy flask apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages