Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fengsp/deploy
Deploying with Fabric
https://github.com/fengsp/deploy
Last synced: about 2 months ago
JSON representation
Deploying with Fabric
- Host: GitHub
- URL: https://github.com/fengsp/deploy
- Owner: fengsp
- License: other
- Created: 2014-01-22T02:49:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T12:05:08.000Z (about 10 years ago)
- Last Synced: 2023-08-01T06:21:44.816Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
deploy
======Deploying with Fabric
Future
------
* virtualenv
* static support
* more feature
* promptUsage
-----Remember to adjust supervisord.conf, modify you app location and gunicorn config file location, it should be `/web/projectname`
$> fab install # Use this for your first deployment
$> fab upgrade # Use this for your later upgrades