From b1475c4b9203f1ef7ed584195d949e4fdc1901d4 Mon Sep 17 00:00:00 2001 From: Niels Erik Date: Mon, 22 Jan 2024 12:06:01 +0100 Subject: [PATCH 1/2] Update README-Vagrant.MD --- README-Vagrant.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README-Vagrant.MD b/README-Vagrant.MD index 4a286af0..02eb124b 100644 --- a/README-Vagrant.MD +++ b/README-Vagrant.MD @@ -18,7 +18,7 @@ Then, with the help of Ansible (dev-deploy.yml) and Vagrant, install everything `vagrant up` -And create the database from within the box [^why]: +And create the database from within the box [why]: `vagrant ssh -c "/vagrant/sql/create-database-populate-tables.sh"` @@ -27,5 +27,5 @@ Test the administration interface at `http://localhost:8080/harvester-admin` -[^why] Due some issue with passing credentials to the creation of MySQL in Ansible, database creation is handled in a -script afterwards. \ No newline at end of file +[why] Due some issue with passing credentials to the creation of MySQL in Ansible, database creation is handled in a +script afterwards. From 87b8b416d214047ab5eebfaff738f8db1be21688 Mon Sep 17 00:00:00 2001 From: Niels Erik Date: Mon, 22 Jan 2024 12:06:58 +0100 Subject: [PATCH 2/2] Update README-Vagrant.MD --- README-Vagrant.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-Vagrant.MD b/README-Vagrant.MD index 02eb124b..ba758811 100644 --- a/README-Vagrant.MD +++ b/README-Vagrant.MD @@ -24,7 +24,7 @@ And create the database from within the box [why]: Test the administration interface at -`http://localhost:8080/harvester-admin` +`http://localhost:8080/harvester-admin/` [why] Due some issue with passing credentials to the creation of MySQL in Ansible, database creation is handled in a