목차

Ubuntu에서의 dokuwiki 설치에 대해 정리한다.

기본 설치 문서

파일 정리

Apache 기본 설정

  Alias /wiki /var/www/dokuwiki
  <Directory /var/www/dokuwiki>
    AllowOverride All
  </Directory>

파일 업로드 용량 변경

서버 설정 마무리

보안

예쁜 URL 만들기

Template Hook

Filename Position of included HTML
meta.html Inside the HTML <head>, use this to add additional styles or metaheaders
sidebarheader.html At the top of the sidebar (if any)
sidebarfooter.html At the bottom of the sidebar (if any)
pageheader.html At the top inside the content box, above the actual content
pagefooter.html At the bottom inside the content box, below the actual content
header.html At the top of the page, above the logo and wiki title
footer.html At the very end of the page after all other page content

Plugins

현재 적용된 플러그인

AccessKey 충돌 변경