Install SimpleBook via Ansible
Created by: slifty
This PR updates our development environment to use the Ansible Scripts when installing and configuring SimpleBook. It also replaces the actual code base of the ansible-installed SimpleBook with our mounted copy so that we can actually develop the project in our development environment.
In order to test this you will need to:
-
have this branch checked out in your copy of
torque-sites
: https://github.com/OpenTechStrategies/torque-sites/tree/10-add-simplebook-ansible -
vagrant destroy
&vagrant up
-
vagrant ssh
-
sudo supervisorctl status
and should see the two simplebook services running.
Note that SimpleBook is not actually installed in any of the sites at that point (see https://github.com/OpenTechStrategies/torque-sites/pull/114 for instructions on how to locally install SimpleBook in a given competition)
Resolves #20 (closed) Resolves #22 (closed) illegally and I should probably put that in its own PR.