Changes for page How to setup an XWiki docker container
Last modified by Alexandru Pentilescu on 2023/06/25 18:56
From version 48.1
edited by Alexandru Pentilescu
on 2022/06/09 23:31
on 2022/06/09 23:31
Change comment:
There is no comment for this version
To version 49.1
edited by Alexandru Pentilescu
on 2022/06/09 23:35
on 2022/06/09 23:35
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -294,7 +294,8 @@ 294 294 295 295 296 296 == Make the "xwiki-data" directory accessible to non-root users == 297 -For whatever reason, my setup generated the "xwiki-data" directory under my XWiki folder as being owned by the root user and under the root group, with permission levels of "rwx------". If you're not already the root user on that machine, these permission levels are problematic as they will prevent you from cd-ing into it and making necessary configuration changes, nor even backing up that directory for the future. 297 + 298 +For whatever reason, my setup generated the "xwiki-data" directory under my XWiki folder as being owned by the root user and under the root group, with permission levels of {{{"rwx------"}}}. If you're not already the root user on that machine, these permission levels are problematic as they will prevent you from cd-ing into it and making necessary configuration changes, nor even backing up that directory for the future. 298 298 As such, please remember to "sudo chmode 655 -R xwiki-data/" to make it accessible! If this security configuration is not appropriate for your use cases, you may tweak it to fit your needs! 299 299 300 300 = External references =