Puppet Module to Deploy Django Application:
Github Link:
Puppet Forged Link:
This is the module to deploy django application using git or svn repo & mysql or sqlite database.
Steps:
Github Link:
Puppet Forged Link:
- Setup Variables in params.pp file according to your requirements.
- Copy - Paste your requirements.txt in templates/requirements.txt.erb
- This script supports mysql & sqlite database setup. [Currently no postgresql supported]
- This script supports git or svn repo checkout for application code.
- Example usage given in init.pp
No comments:
Post a Comment