...
In addition to the third-party repositories below, you also need either the Novell SUSE Linux Enterprise Server install DVD or access to the SLES10-SP2-Pool, SLES10-SP2-Updates, and SLES10-SP2-SDK software repositories. These repositories are only available if you have registered your installation with Novell. We cannot provide access to these repositories.
Type (or copy and paste) the following lines to create the necessary repositories:
zypper -v sa http://download.opensuse.org/repositories/server:/database/SLE_10/ MySQL zypper -v sa http://repo.mindtouch.com/SLE_10/ MindTouch
Note: Repository creation may require interaction; answer "yes" to all questions about downloads and key imports. Some repositories, especially the SUSE Main, may take a few minutes to register in their entirety
Mono 2.4.3 is required to install MindTouch. If you don't have mono 2.4.3 installed follow the installation instructions below.
{{ web.toggle(wiki.page("/en/docs/mindtouch_setup/010Installation/070Installing_on_SUSE/Upgrade_Mono_to_2.4.3_on_SLES_10","Install/Upgrade Mono"), "Install Mono (Click to Expand)") }}
Run the following command to install MySQL:
zypper install mysql
To enable HTML-to-PDF printing, the static library version ofIn 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 :
wget http://www.princexml.com/download/prince-8.0-linux-static.tar.gz tar -xzvf prince-8.0-linux-static.tar.gz cd prince-8.0-linux-static sudo ./install.shscanned during the web-based MindTouch
wget http://www.princexml.com/download/prince-8.0-linux-amd64-static7.1-linux.tar.gz tar -xzvf prince-8.0-linux-amd64-staticxfzv prince-7.1-linux.tar.gz cd prince-8.0-linux-amd64-static sudo7.1-linux.tar.gz./install.sh
Hit Enter when asked for the install directory location
Install MindTouch using the following command :
zypper install mindtouch html2text
Note: Novell AppArmor must have exceptions for the API on port 8081, otherwise the API will be unreachable.
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.
The repos can change the location of ImageMagick which can cause it to not install. To verify that ImageMagick is installed run the following command:
identify -version
If ImageMagick is installed then it will return something similar to the following:
Version: ImageMagick 6.5.3-3 2009-06-08 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
Install the trusted roots certificates from the Mozilla LXR website into the Mono certificate store by entering the following:
su dekiwiki $ mozroots --import --sync $ exit
Start MySQL by entering the following command:
service mysql start
Then start Apache:
service apache2 start
Go to connect to http://your_server/config/index.php to complete the configuration.
When you load the IP address for the MindTouch install it will present you with the following web installer where you can click INSTALL next to the MindTouch product you want to install. In this documentation we will be selecting the MindTouch 2010 installation.

Clicking INSTALL next to MindTouch 2010 will then present you with the following screen where you need to fill out the highlighted fields. Once you have filled out the form then click NEXT at the bottom of the screen.

You will now see the configuration screen where you will need to specify the database settings along with the location of specific programs on the server. Once you have confirmed/changed then click NEXT

You will now see the following page where you can fill out details about your install as follows. Once you have made the appropriate selections please select NEXT to proceed.

This will then present you with an overview of your configuration. If anything needs to be changed you can click Edit next to the section. Otherwise continue by clicking INSTALL MINDTOUCH.

This will then take you to the following page which confirms that a license has been sent to you in an email. When you receive the email, save the .xml file that is attached to a location on your computer that you can easily access for the next step. Run the commands listed in the black box in the server console. Then click CONTINUE TO MINDTOUCH to then apply your license to your installation.

This will then bring you to your Product Activation page in the Control panel where you will select Choose File to upload the xml license file that was emailed you.

Then click Activate License which will then show you the following screen:

You have now successfully installed MindTouch. Continue with our Setup and Configuration guide to get your MindTouch install ready for production.
...
...
In addition to the third-party repositories below, you also need either the Novell SUSE Linux Enterprise Server install DVD or access to the SLES10-SP2-Pool, SLES10-SP2-Updates, and SLES10-SP2-SDK software repositories. These repositories are only available if you have registered your installation with Novell. We cannot provide access to these repositories.
Type (or copy and paste) the following lines to create the necessary repositories:
zypper -v sa http://download.opensuse.org/repositories/server:/database/SLE_10/ MySQL zypper -v sa http://repo.mindtouch.com/SLE_10/ MindTouch
Note: Repository creation may require interaction; answer "yes" to all questions about downloads and key imports. Some repositories, especially the SUSE Main, may take a few minutes to register in their entirety
Mono 2.4.3 is required to install MindTouch. If you don't have mono 2.4.3 installed follow the installation instructions below.
{{ web.toggle(wiki.page("/en/docs/mindtouch_setup/010Installation/070Installing_on_SUSE/Upgrade_Mono_to_2.4.3_on_SLES_10","Install/Upgrade Mono"), "Install Mono (Click to Expand)") }}
Run the following command to install MySQL:
zypper install mysql
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 MindTouch setup:
wget http://www.princexml.com/download/prince-7.1-linux.tar.gz tarxfzv prince-7.1-linux.tar.gz cd prince-7.1-linux.tar.gz./install.sh
zypper install mindtouch html2text
Note: Novell AppArmor must have exceptions for the API on port 8081, otherwise the API will be unreachable.
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.
The repos can change the location of ImageMagick which can cause it to not install. To verify that ImageMagick is installed run the following command:
identify -version
If ImageMagick is installed then it will return something similar to the following:
Version: ImageMagick 6.5.3-3 2009-06-08 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
Install the trusted roots certificates from the Mozilla LXR website into the Mono certificate store by entering the following:
su dekiwiki $ mozroots --import --sync $ exit
Start MySQL by entering the following command:
service mysql start
Then start Apache:
service apache2 start
Go to connect to http://your_server/config/index.php to complete the configuration.
When you load the IP address for the MindTouch install it will present you with the following web installer where you can click INSTALL next to the MindTouch product you want to install. In this documentation we will be selecting the MindTouch 2010 installation.

Clicking INSTALL next to MindTouch 2010 will then present you with the following screen where you need to fill out the highlighted fields. Once you have filled out the form then click NEXT at the bottom of the screen.

You will now see the configuration screen where you will need to specify the database settings along with the location of specific programs on the server. Once you have confirmed/changed then click NEXT

You will now see the following page where you can fill out details about your install as follows. Once you have made the appropriate selections please select NEXT to proceed.

This will then present you with an overview of your configuration. If anything needs to be changed you can click Edit next to the section. Otherwise continue by clicking INSTALL MINDTOUCH.

This will then take you to the following page which confirms that a license has been sent to you in an email. When you receive the email, save the .xml file that is attached to a location on your computer that you can easily access for the next step. Run the commands listed in the black box in the server console. Then click CONTINUE TO MINDTOUCH to then apply your license to your installation.

This will then bring you to your Product Activation page in the Control panel where you will select Choose File to upload the xml license file that was emailed you.

Then click Activate License which will then show you the following screen:

You have now successfully installed MindTouch. Continue with our Setup and Configuration guide to get your MindTouch install ready for production.
...
...
In addition to the third-party repositories below, you also need either the Novell SUSE Linux Enterprise Server install DVD or access to the SLES10-SP2-Pool, SLES10-SP2-Updates, and SLES10-SP2-SDK software repositories. These repositories are only available if you have registered your installation with Novell. We cannot provide access to these repositories.
Type (or copy and paste) the following lines to create the necessary repositories:
zypper -v sa http://download.opensuse.org/repositories/server:/database/SLE_10/ MySQL zypper -v sa http://repo.mindtouch.com/SLE_10/ MindTouch
Note: Repository creation may require interaction; answer "yes" to all questions about downloads and key imports. Some repositories, especially the SUSE Main, may take a few minutes to register in their entirety
Mono 2.4.3 is required to install MindTouch. If you don't have mono 2.4.3 installed follow the installation instructions below.
{{ web.toggle(wiki.page("/en/docs/mindtouch_setup/010Installation/070Installing_on_SUSE/Upgrade_Mono_to_2.4.3_on_SLES_10","Install/Upgrade Mono"), "Install Mono (Click to Expand)") }}
Run the following command to install MySQL:
zypper install mysql
To enable HTML-to-PDF printing, the static library version of PrinceXML must be installed by entering the following commands:
wget http://www.princexml.com/download/prince-8.0-linux-static.tar.gz tar -xzvf prince-8.0-linux-static.tar.gz cd prince-8.0-linux-static sudo ./install.sh
wget http://www.princexml.com/download/prince-8.0-linux-amd64-static.tar.gz tar -xzvf prince-8.0-linux-amd64-static.tar.gz cd prince-8.0-linux-amd64-static sudo ./install.sh
Hit Enter when asked for the install directory location
Install MindTouch using the following command :
zypper install mindtouch html2text
Note: Novell AppArmor must have exceptions for the API on port 8081, otherwise the API will be unreachable.
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.
The repos can change the location of ImageMagick which can cause it to not install. To verify that ImageMagick is installed run the following command:
identify -version
If ImageMagick is installed then it will return something similar to the following:
Version: ImageMagick 6.5.3-3 2009-06-08 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
Install the trusted roots certificates from the Mozilla LXR website into the Mono certificate store by entering the following:
su dekiwiki $ mozroots --import --sync $ exit
Start MySQL by entering the following command:
service mysql start
Then start Apache:
service apache2 start
Go to connect to http://your_server/config/index.php to complete the configuration.
When you load the IP address for the MindTouch install it will present you with the following web installer where you can click INSTALL next to the MindTouch product you want to install. In this documentation we will be selecting the MindTouch 2010 installation.

Clicking INSTALL next to MindTouch 2010 will then present you with the following screen where you need to fill out the highlighted fields. Once you have filled out the form then click NEXT at the bottom of the screen.

You will now see the configuration screen where you will need to specify the database settings along with the location of specific programs on the server. Once you have confirmed/changed then click NEXT

You will now see the following page where you can fill out details about your install as follows. Once you have made the appropriate selections please select NEXT to proceed.

This will then present you with an overview of your configuration. If anything needs to be changed you can click Edit next to the section. Otherwise continue by clicking INSTALL MINDTOUCH.

This will then take you to the following page which confirms that a license has been sent to you in an email. When you receive the email, save the .xml file that is attached to a location on your computer that you can easily access for the next step. Run the commands listed in the black box in the server console. Then click CONTINUE TO MINDTOUCH to then apply your license to your installation.

This will then bring you to your Product Activation page in the Control panel where you will select Choose File to upload the xml license file that was emailed you.

Then click Activate License which will then show you the following screen:

You have now successfully installed MindTouch. Continue with our Setup and Configuration guide to get your MindTouch install ready for production.
...
Copyright © 2011 MindTouch, Inc. Powered by