Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
nielserik committed Jan 22, 2024
2 parents 0c4ec51 + 87b8b41 commit 0f743e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README-Vagrant.MD
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Then, with the help of Ansible (dev-deploy.yml) and Vagrant, install everything

`vagrant up`

And create the database from within the box <sup>[^why]</sup>:
And create the database from within the box <sup>[why]</sup>:

`vagrant ssh -c "/vagrant/sql/create-database-populate-tables.sh"`

Test the administration interface at

`http://localhost:8080/harvester-admin`
`http://localhost:8080/harvester-admin/`


<sup>[^why] Due some issue with passing credentials to the creation of MySQL in Ansible, database creation is handled in a
script afterwards.</sup>
<sup>[why] Due some issue with passing credentials to the creation of MySQL in Ansible, database creation is handled in a
script afterwards.</sup>

0 comments on commit 0f743e7

Please sign in to comment.