Init repo

This commit is contained in:
Michael DeHaan
2013-03-13 13:09:36 -04:00
parent bfdf725f3f
commit 5f0692e6d0
12 changed files with 1412 additions and 7 deletions

View File

@@ -1,3 +1,6 @@
clean:
find . -type f -regex ".*\.py[co]$$" -delete
setup:
ansible-playbook app_setup/setup.yml -i "127.0.0.1," -c local -e working_dir=`pwd`