Just a tiny repository to help install Dokuwiki everywhere
You may need to tweak your ansible.cfg. See an example ansible.cfg that I use.
vagrant up
The guest's port 80 is being forwarded to the host's port 50000.
config.vm.network "forwarded_port", guest: 80, host: 50000, auto_correct: true
To play with the install from your machine,
curl http://127.0.0.1:50000/
- Fix permissions to lib/plugins (should give web permission to write into the folder to install plugins)
- Add SSL