Changes for page Deployment

Last modified by chrisby on 2024/03/03 14:54

From version 1.3
edited by chrisby
on 2022/12/27 21:08
Change comment: There is no comment for this version
To version 1.4
edited by chrisby
on 2023/01/03 10:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,2 +1,9 @@
1 1  (% style="text-align: justify;" %)
2 -To deploy XWiki with a few simple commands, you should follow the instructions in the Quickstart section of this [[XWiki Docker Fork on Github>>url:https://github.com/crispy-coding/xwiki-docker]]. 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.
2 +To deploy XWiki with a few simple commands, you should follow the instructions in the Quickstart section of this [[XWiki Docker Fork on Github>>url:https://github.com/crispy-coding/xwiki-docker]]. As long as the corresponding pull request is not merged to the orriginal 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 +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.