This directory contains a Vagrant VM that provides and supports all Gewoon Toegankelijk functionality except for the website. This is useful for local development, where the website can run on any platform and all other services, except the Nutch solr core, are run within this VM. To setp up a local environment, all installation instructions, except those for the website, must be executed within this VM.
All relative paths are relative to the directory of this file.
ansible-playbook init.yml -i ansible_hosts
vagrant up
vagrant ssh
sudo su
cd /opt/accessibilitymonitor
mysql -u inspector -p inspector < ./sql-dump/inspector-N.sql
, whereN
is the highest available version number. The password isz31lb00t
.- Perform the testbot installation tasks as documented in ../README.md.
The VM will be accessible at 192.168.50.5
.