Back to main

Installing Dokuwiki

This page includes the things you should forget to remember for future reference.

Chmod commands

don’t forget to set the chmod for directories like below:

” sudo chmod -R uog+wrx ./data/ sudo chmod -R uog+wrx ./conf/

if you are replacing your data folder when synching from a server, always reset your file permissions.

chmod examples

Back to main