DokuWiki

It's better when it's simple

User Tools

Site Tools


installer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
installer [2016-04-20 18:10] – [DokuWiki Installer] 2001:660:6302:123:1a03:73ff:fe29:bf61installer [2021-02-23 16:33] – [Possible error message] minor typographical cleanup jmbreuer
Line 3: Line 3:
 To run the installer, open the page %%http://[dokuwikiPath]/%%**install.php** in the web browser. (For security reasons it will only work with a new and unmodified DokuWiki installation.) To run the installer, open the page %%http://[dokuwikiPath]/%%**install.php** in the web browser. (For security reasons it will only work with a new and unmodified DokuWiki installation.)
  
-Read further for description of the fields and an explanation of errors for troubleshooting test.+Read further for description of the fields and an explanation of errors for troubleshooting.
  
  
Line 30: Line 30:
 __SELinux issue__ __SELinux issue__
  
-If it still doesn't work, then probably it's a selinux issue which is not allowing the webserver process to write to these directories. You can confirm this issue by disabling selinux and try executing your php web service again (sudo setenforce 0).+If it still doesn't work, then probably it's a selinux issue which is not allowing the webserver process to write to these directories. You can confirm this issue by disabling selinux and try executing your php web service again (''sudo setenforce 0'').
  
-If the above step solves your issue, then re-enable selinux (sudo setenforce 1), and run following commands from terminal.+If the above step solves your issue, then re-enable selinux (''sudo setenforce 1''), and run following commands from terminal:
  
 +<code>
 # grep httpd /var/log/audit/audit.log | audit2allow -M mypol # grep httpd /var/log/audit/audit.log | audit2allow -M mypol
  
 # semodule -i mypol.pp # semodule -i mypol.pp
 +</code>
  
 **PHP function xxx is not available. Maybe your hosting provider disabled it for some reason?**\\ **PHP function xxx is not available. Maybe your hosting provider disabled it for some reason?**\\
installer.txt · Last modified: 2024-04-14 17:10 by 81.61.118.168

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki