Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clemsos/flask-fabric-deploy
Fabric scripts to deploy projects made with Python / Flask
https://github.com/clemsos/flask-fabric-deploy
Last synced: 2 months ago
JSON representation
Fabric scripts to deploy projects made with Python / Flask
- Host: GitHub
- URL: https://github.com/clemsos/flask-fabric-deploy
- Owner: clemsos
- Created: 2015-01-31T05:35:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-06T11:28:56.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T01:19:05.823Z (8 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask-fabric-deploy
Fabric scripts to deploy projects using Python, Pip, Bower, Gunicorn and Supervisor (tested with Flask on Debian).
## Usage
Edit ```settings.py``` and ```servers.py``` according to your needs
fab setup_debian
fab deploy
fab setup_server
fab restartNB : Your project hould have a ```wsgi.py``` file to run the application
### TODO
* Auto write Flask config file
* Add support for Chef / Ansible
*