/ansible-dokuwiki

Just a tiny repository so I can install Dokuwiki everywhere. :D

MIT LicenseMIT

About

Just a tiny repository to help install Dokuwiki everywhere

Usage

Development

Requirements

You may need to tweak your ansible.cfg. See an example ansible.cfg that I use.

Getting started

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/

TODO

  • Fix permissions to lib/plugins (should give web permission to write into the folder to install plugins)
  • Add SSL