Newer
Older
* Install Docker on your machine
* Install Git and run `git clone https://github.com/xwiki-contrib/docker-xwiki.git` or download the content of https://github.com/xwiki-contrib/docker-xwiki
* `docker-compose up`
* A volume named `<prefix>_mysql-data` is created (you can list all volumes with `docker volume ls`). You can inspect it with `docker volume <perfix>_mysql-data` and find out the location on your host's file system.
* Find the container id with `docker ps`
* Execute bash in the mysql container: `docker exec -it <containerid> bash -l`
* Once inside the mysql container execute the `mysql` command: `mysql --user=xwiki --password=xwiki`
Future ideas:
* Setup xinit
* Configure libreoffice
* Solr as external service