Changes for page How to setup an XWiki docker container
Last modified by Alexandru Pentilescu on 2023/06/25 18:56
From version 27.1
edited by Alexandru Pentilescu
on 2022/06/08 22:15
on 2022/06/08 22:15
Change comment:
There is no comment for this version
To version 24.1
edited by Alexandru Pentilescu
on 2022/06/08 21:56
on 2022/06/08 21:56
Change comment:
Upload new image "Screenshot_20220607_021031.png", version 1.1
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,8 +9,6 @@ 9 9 10 10 With all of these details in mind, let's begin! 11 11 12 -{{toc/}} 13 - 14 14 ---- 15 15 16 16 ... ... @@ -195,11 +195,6 @@ 195 195 196 196 If errors are reported, please review your configuration files and repair all the detected issues. If everything is fine then issue a "sudo systemctl restart nginx" and then you're pretty much good to go! 197 197 198 -= Retrieving files for installing the Standard flavor packages and all its extensions= 199 -While the docker container contains all the necessary system utilities to run the XWiki server internally, a lot of functionality for the Wiki will be missing as it is. 200 -The XWiki container is very lackluster even in administration features and not installing the Standard flavor will give you a very barebones and almost functionally broken experience. As such, while optional, it is very strongly encouraged to install the Standard flavor along with XWiki to activate many of its most basic features. 201 -To do so, we will have to download a very specific XIP package from XWiki's download portal. Visit [[here>>https://www.xwiki.org/xwiki/bin/view/Download/]] this aforementioned download portal and click the "Download" button for the Long Term Support option on that page. On the new page, click the "Download" button for the "XIP Package" section. This will allow you to download the XIP package in question to your local computer. 202 -Unzip the contents of this XIP package (XIP is just a specific flavor of a ZIP archive so you can just rename the file to use the ".zip" extension if your archive program doesn't recognize it) and upload the unzipped contents to the server where the docker image of XWiki is running, under the "data/xwiki-data/data/extension/repository/" subdirectory of your XWiki directory. 203 203 = External references = 204 204 205 205 [[Official docker guide for installing XWiki>>https://github.com/xwiki/xwiki-docker/blob/master/README.md]]