Wiki source code of Minimum Effort Deployment

Version 2.2 by chrisby on 2023/09/03 16:40

Show last authors
1 (% style="text-align: justify;" %)
2 To deploy XWiki with a few simple commands, you should follow the instructions in the Quickstart section in the README of this [[XWiki Docker Fork on Github>>url:https://github.com/crispy-coding/xwiki-docker]]. As long as the [[corresponding pull request>>https://github.com/xwiki/xwiki-docker/pull/35]] is not merged to the original repository, the Git command must be adjusted as follows:
3
4 {{code}}
5 git clone --depth 1 https://github.com/crispy-coding/xwiki-docker
6 {{/code}}
7
8 (% style="text-align: justify;" %)
9 The other instructions below remain the same and should be followed. After deploying XWiki, you should configure it through the GUI to customize the website to your needs. I have written an article about the [[most important configurations>>doc:Tutorials and Guides.XWiki.Most Important Configurations.WebHome]] that I had applied for this website.