Last modified by Alexandru Pentilescu on 2023/06/25 18:56

From version 51.1
edited by Alexandru Pentilescu
on 2022/06/12 07:21
Change comment: There is no comment for this version
To version 48.1
edited by Alexandru Pentilescu
on 2022/06/09 23:31
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -294,12 +294,11 @@
294 294  
295 295  
296 296  == Make the "xwiki-data" directory accessible to non-root users ==
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.
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.
299 299  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!
300 300  
301 301  = External references =
302 302  
303 303  [[Official docker guide for installing XWiki>>https://github.com/xwiki/xwiki-docker/blob/master/README.md]]
304 -[[How to setup an Nginx reverse proxy and also provide a global X.509 certificate for it>>https://wiki.pentilescu.com/bin/view/Guides/How%20to%20setup%20an%20Nginx%20reverse%20proxy%20and%20also%20provide%20a%20global%20X.509%20certificate%20for%20it/]]
303 +How to setup an Nginx reverse proxy and also provide a global X.509 certificate for it [NOT YET WRITTEN!]
305 305  How to setup a postfix SMTP server [NOT YET WRITTEN]