Changes for page Deployment
Last modified by chrisby on 2024/03/03 14:54
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -32,7 +32,7 @@ 32 32 - "/var/run/docker.sock:/var/run/docker.sock:ro" 33 33 34 34 xwiki: 35 - image: "xwiki: stable-postgres-tomcat"35 + image: "xwiki:15.7.0-postgres-tomcat" 36 36 container_name: xwiki-web 37 37 restart: unless-stopped 38 38 depends_on: ... ... @@ -66,6 +66,4 @@ 66 66 * Execute {{code language="none"}}docker-compose up -d{{/code}} 67 67 * Go to {{code language="none"}}https://subdomain>{{/code}}. XWiki may take a few minutes to set up. 68 68 * Once initialization is complete, simply follow the instructions, including creating an admin account. 69 - 70 -(% style="text-align: justify;" %) 71 -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:Software Stacks.XWiki.Most Important Configurations.WebHome]] that I had applied for this website. 69 +* 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:Software Stacks.XWiki.Most Important Configurations.WebHome]] that I had applied for this website.