全部博文(2005)
分类: LINUX
2008-08-05 14:31:24
(The official Ubuntu 7.10 Installation Guide can be found here: )
The following commands should be run as "root" (or as a user with root privileges).
Edit the "/etc/apt/sources.list" file to add the following line :
deb xUbuntu_8.04/
Type the following command to update your package indexes:
# apt-get update
Type the following command to install packages that will enable Deki Wiki's full functionality:
# apt-get install html2ps poppler-utils wv gs tidy links
Note: Installation of some dependencies may require interaction. Answer "yes" to all authentication/verification questions.
Install Deki Wiki using the following command :
# apt-get install dekiwiki
Note: Installation of some dependencies may require interaction. Answer "yes" to all authentication/verification questions.
After the install has finished, edit /etc/apache2/sites-available/dekiwiki and change the ServerName to match the URL that you will be entering into the web browser to arrive at your wiki. This will allow the Apache virtual host to direct traffic to Deki Wiki.
Enter the following command to enable Deki Wiki in Apache:
# a2ensite dekiwiki
Once that has been done, enter the following line to reload Apache:
# /etc/init.d/apache2 reload
Congratulations! Deki Wiki is now installed and you should be able to
connect to "" to complete the
configuration.
http://wiki.developer.mindtouch.com/
The following commands should be run as "root" (or as a user with root privileges).
Edit the "/etc/apt/sources.list" file to add the following line :
deb xUbuntu_7.10/
Type the following command to update your package indexes:
# apt-get update
Type the following command to install packages that will enable MindTouch Deki's full functionality:
# apt-get install html2ps poppler-utils wv gs tidy links
Note: Installation of some dependencies may require interaction. Answer "yes" to all authentication/verification questions.
Install MindTouch Deki using the following command :
# apt-get install dekiwikiNote: Installation of some dependencies may require interaction. Answer "yes" to all authentication/verification questions.
Congratulations! MindTouch Deki is now installed and you should be able to connect to "" to complete the configuration.
This installation guide is for package-based 32-bit 1.9.0 Jay Cooke new installations ONLY. If you are looking for the 1.9.0 (Itasca) to 8.05 (Jay Cooke) upgrade guide, please click here: /
If you are looking for instructions on how to upgrade from previous versions, please click here:
Source code installation instructions (which can support 64-bit architecture) can be found here: