Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 936 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 936 Bytes

timstaley.voeventdb

An Ansible role that provides an installation of the voeventdb database and REST API, served via Apache.

Vagrant VM for testing

To pull up a working VM with voeventdb installed, you will need:

Then:

cd vagrant
ansible-galaxy install -r requirements.txt
vagrant up

Notes

If the role-variable voeventdb_rest_enabled is passed as true, then apache2 will be installed and configured as necessary. If voeventdb_rest_enabled is false, then the only action taken is that the voeventdb site is disabled using a2dissite if the relevant file is present in /etc/apache2/sites-enabled