Skip to content
Snippets Groups Projects
README.md 785 B
Newer Older
Fabio Mancinelli's avatar
Fabio Mancinelli committed

* 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`
Fabio Mancinelli's avatar
Fabio Mancinelli committed

Fabio Mancinelli's avatar
Fabio Mancinelli committed

* 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.
* To issue some mysql commands:
 * 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`
Fabio Mancinelli's avatar
Fabio Mancinelli committed

Future ideas:
* Setup xinit
* Configure libreoffice
* Solr as external service

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.