Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

27 lines (23 loc) · 1.04 KB

Gewoon Toegankelijk Virtual Machine

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.

Requirements

Installation

  • 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 , where N is the highest available version number. The password is z31lb00t.
  • Perform the testbot installation tasks as documented in ../README.md.

VM details

The VM will be accessible at 192.168.50.5.