安裝 DokuWiki
編輯歷史
| 時間 | 作者 | 版本 |
|---|---|---|
| 2015-12-18 13:13 – 13:14 | r214 – r244 | |
顯示 diff(12 行未修改)
$ sudo chown -R www-data:www-data /var/www/html/dokuwiki
- $ sudo cp /var/www/html/dokuwiki/.htaccess.dist /var/www/html/dokuwiki/.htaccess
+ $ sudo ln -s /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/
$ sudo vi /etc/apache2/sites-enabled/000-default.conf
<Directory /var/www/html/dokuwiki>
(2 行未修改)
$ sudo /etc/init.d/apache2 restart
- # uncomment this line
+ $ sudo cp /var/www/html/dokuwiki/.htaccess.dist /var/www/html/dokuwiki/.htaccess
+ # uncomment those line
$ sudo vi /var/www/html/dokuwiki/.htaccess
- Options -Indexes -MultiViews +FollowSymLinks
+ *Options -Indexes -MultiViews +FollowSymLinks
+ *......
+ *RewriteEngine on
+ *
+ *RewriteRule ^_media/(.*) lib/exe/fetch.php?media=$1 [QSA,L]
+ *RewriteRule ^_detail/(.*) lib/exe/detail.php?media=$1 [QSA,L]
+ *RewriteRule ^_export/([^/]+)/(.*) doku.php?do=export_$1&id=$2 [QSA,L]
+ *RewriteRule ^$ doku.php [L]
+ *RewriteCond %{REQUEST_FILENAME} !-f
+ *RewriteCond %{REQUEST_FILENAME} !-d
+ *RewriteRule (.*) doku.php?id=$1 [QSA,L]
+ *RewriteRule ^index.php$ doku.php
+ *
|
||
| 2015-12-17 07:20 – 07:39 | r154 – r213 | |
顯示 diff(17 行未修改)
Allowoverride All
</Directory>
- Options -Indexes -MultiViews +FollowSymLinks
+ $ sudo /etc/init.d/apache2 restart
+
+ # uncomment this line
+ $ sudo vi /var/www/html/dokuwiki/.htaccess
+ Options -Indexes -MultiViews +FollowSymLinks
|
||
| 2015-12-17 07:20 | r153 | |
顯示 diff(20 行未修改)
|
||
| 2015-12-17 06:37 – 07:20 | r114 – r152 | |
顯示 diff(5 行未修改)
Server :
$ sudo apt-get install php5-gd
+
$ cd /tmp
$ tar xf dokuwiki-5422200921b877a379e34cc4e0fee22a.tgz
$ sudo mv dokuwiki /var/www/html/
- $ cd /var/www/html
- $ sudo chown -R www-data:www-data dokuwiki
- $
+
+ $ sudo chown -R www-data:www-data /var/www/html/dokuwiki
+
+ $ sudo cp /var/www/html/dokuwiki/.htaccess.dist /var/www/html/dokuwiki/.htaccess
+ $ sudo vi /etc/apache2/sites-enabled/000-default.conf
+ <Directory /var/www/html/dokuwiki>
+ Allowoverride All
+ </Directory>
+ Options -Indexes -MultiViews +FollowSymLinks
|
||
| 2015-12-17 06:37 | r113 | |
顯示 diff(13 行未修改)
|
||
| 2015-12-17 06:36 – 06:37 | r45 – r112 | |
顯示 diff(5 行未修改)
Server :
$ sudo apt-get install php5-gd
- t
+ $ cd /tmp
+ $ tar xf dokuwiki-5422200921b877a379e34cc4e0fee22a.tgz
+ $ sudo mv dokuwiki /var/www/html/
+ $ cd /var/www/html
+ $ sudo chown -R www-data:www-data dokuwiki
+ $
|
||
| 2015-12-17 06:36 | r44 | |
顯示 diff(8 行未修改)
|
||
| 2015-12-17 06:35 – 06:36 | r13 – r43 | |
顯示 diff 安裝 DokuWiki
- sudo apt-get install php5-gd
+ Client :
+ $ scp dokuwiki-5422200921b877a379e34cc4e0fee22a.tgz h4:/tmp/
- dokuwiki-5422200921b877a379e34cc4e0fee22a.tgz
+ Server :
+ $ sudo apt-get install php5-gd
+ t
|
||
| 2015-12-17 06:35 | r12 | |
顯示 diff(5 行未修改)
|
||
| 2015-12-17 06:34 – 06:35 | r1 – r11 | |
顯示 diff- Untitled
+ 安裝 DokuWiki
- This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
+ sudo apt-get install php5-gd
+
+ dokuwiki-5422200921b877a379e34cc4e0fee22a.tgz
|
||
| 2015-12-17 06:34 | r0 | |
顯示 diff+ Untitled
+ This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
|
||