Skip to content

Install SimpleBook via Ansible

Frank Duncan requested to merge 20-ansiblized-simplebook into main

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:

  1. have this branch checked out in your copy of torque-sites: https://github.com/OpenTechStrategies/torque-sites/tree/10-add-simplebook-ansible

  2. vagrant destroy & vagrant up

  3. vagrant ssh

  4. 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.

Merge request reports