| Applies to | MindTouch 9.08 or later | License | All versions |
|---|---|---|---|
| Operating System | Linux | Documentation Types | Setup |
| Community Documentation | |||
The following commands should be run as "root" (or as a user with root permissions).
Enter the following command to add the MindTouch repository:
# zypper addrepo http://repo.mindtouch.com/openSUSE_11.0/ MindTouch
Note: Installation of some dependencies may require interaction. Answer "yes" to all authentication/verification questions.
# zypper install dekiwiki
After the install has finished, rename /etc/apache2/conf.d/deki-apache.conf.disabled to deki-apache.conf and change the ServerName in that file to match the hostname 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 MindTouch Deki.
In order to enable exporting HTML to PDF, PrinceXML must be installed by entering the following commands. During the Prince XML installation, change the default file location to /usr to allow it to be scanned during the web-based setup:
# wget http://www.princexml.com/download/prince-6.0r6-linux.tar.gz # tar xfzv prince-6.0r6-linux.tar.gz # cd prince-6.0r6-linux # ./install.sh
# su dekiwiki $ mozroots --import --sync $ exit
Note that the installer does not automatically start the services (nor will they restart upon machine reboot). First, start MySQL by entering:
# service mysql start
Then, start up Apache by typing the following command:
# service apache2 start
Congratulations! MindTouch is now installed and you should be able to connect to "http://your_server/config/index.php" to complete the configuration.
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by
Or, if you have a VERY slow Internet connection?
What would be needed to install locally? (downloaded files to a CD using a faster connection elsewhere).