File | Date | Author | Commit |
---|---|---|---|
.gitignore | 2014-01-30 |
|
[2d537b] Initial commit |
README.md | 2014-01-30 |
|
[2d537b] Initial commit |
fabfile.py | 2014-02-05 |
|
[f635f7] Add 2 fixes and new shell command |
Read Me
A collection of custom tools to help us manage and deploy OSP
fabfile.py
A fabric (fabfile.org) script to deploy new osp instances. This is used to create staging instances of OSP.
This does not work against the production run (production runs uwsgi). Only tested against Ubuntu 12.04.
Call fab help for a list of all targets. You may want to edit the fabfile options at the start to change the
host, soure git repo or target branch.
TODO items:
- Everything Git/SVN related (custom mod_dav, apache auth handlers)
- Accounts/Authentication, i.e. LDAP. Currently only the default Allura accounts are created
- Everything email related