Added new set of playbooks for deploying to a single-server configuration, including Vagrant configuration for testing.

This commit is contained in:
Chris Church 2013-05-23 03:22:16 -04:00
parent d59e2a416f
commit 1ef11155da
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -13,4 +13,5 @@ htmlcov
.coverage
coverage.xml
pep8.txt
.vagrant

View File

@ -70,4 +70,4 @@ dev_build:
python setup.py dev_build
release_build:
pythons setup.py release_build
python setup.py release_build