顯示具有 dokuwiki 標籤的文章。 顯示所有文章
顯示具有 dokuwiki 標籤的文章。 顯示所有文章

2017年9月11日 星期一

[Bitnami][Archlinux] How to use Bitnami to build up dokuwiki quickly

  1. Check where is the DocumentRoot.
vim apache2/conf/httpd.conf
<Directory "/home/happy/webs/haha/apache2/htdocs">

According above infomation understand DocumentRoot is at “/home/happy/webs/haha/apache2/htdocs”

2. Put dokuwiki into “/home/happy/webs/haha/apache2/htdocs”

3. start up bitnami
bash ctlscript.sh start

4. Browse the webpage
http://127.0.0.1:8081/good/doku.php

2015年12月27日 星期日