Dokuwiki

From QNAPedia
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Install DokuWiki on TS-239 Pro

  1. add user nobody, the installation need this user in the system. I don't knwo why.
    adduser nobody
  2. update and upgrade ipkg
    ipkg update && ipkg upgrade 
  3. install
    ipkg install dokuwiki && ipkg install php-iconv
  4. create symbolic linke inside /share/MD0_DATA/Web to dokuwiki installed directory
    ln -s /opt/share/www/dokuwiki/ /share/MD0_DATA/Web/dokuwiki
  5. change owner of files
    chown -R httpdusr /opt/share/www/dokuwiki


Source(s): Dokuwiki solutions