Installing on SUSE

    Table of contents
    You are currently comparing two old versions - only when you are comparing against the latest version can you revert. Return to version archive.

    Combined revision comparison

    Comparing version 14:10, 25 Jul 2011 by jamesv with version 14:30, 24 Apr 2012 by ryancerniglia.

    ...

    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

     

    Check Mono version

    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)") }}     

     

    Install MySQL

    Run the following command to install MySQL:

    zypper install mysql
    

     

    Install PrinceXML

    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 :

    /usr 32 bit installto allow it to be

      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
    

    64 setup:bit install 

     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

      Install MindTouch using the following command : 

     zypper install mindtouch html2text
    Note: Installation of some dependencies may require interaction. Answer "yes" to all authentication/verification questions.

     

    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.

     

    Verify ImageMagick Installed

    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
    If it doesn't return anything then you'll need to install ImageMagick.  You can do so by following the installation instructions on the ImageMagick website.

    Install Trusted Roots Certificates

    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 and Apache

    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.

     

    Web installer

    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.

    =media_1284492446307.png

    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.

    =media_1284492518459.png

    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

    =media_1284496027969.png

    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.

    =media_1284493151546.png

    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.

    =media_1284496113475.png

    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.

    =media_1284496325877.png

    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.

    =media_1284491455897.png

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

    =media_1284491533790.png

    You have now successfully installed MindTouch. Continue with our Setup and Configuration guide to get your MindTouch install ready for production.

    ...


    Version from 14:10, 25 Jul 2011

    This revision modified by jamesv (Ban)

    ...

    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

     

    Check Mono version

    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)") }}     

     

    Install MySQL

    Run the following command to install MySQL:

    zypper install mysql

     

    Install PrinceXML

    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
     tar xfzv prince-7.1-linux.tar.gz
     cd prince-7.1-linux.tar.gz
     ./install.sh
    

    Install MindTouch

     

    Install MindTouch using the following command : 
     zypper install mindtouch html2text
    Note: Installation of some dependencies may require interaction. Answer "yes" to all authentication/verification questions.

     

    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.

     

    Verify ImageMagick Installed

    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
    If it doesn't return anything then you'll need to install ImageMagick.  You can do so by following the installation instructions on the ImageMagick website.

    Install Trusted Roots Certificates

    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 and Apache

    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.

     

    Web installer

    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.

    =media_1284492446307.png

    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.

    =media_1284492518459.png

    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

    =media_1284496027969.png

    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.

    =media_1284493151546.png

    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.

    =media_1284496113475.png

    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.

    =media_1284496325877.png

    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.

    =media_1284491455897.png

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

    =media_1284491533790.png

    You have now successfully installed MindTouch. Continue with our Setup and Configuration guide to get your MindTouch install ready for production.

    ...

    Version as of 14:30, 24 Apr 2012

    This revision modified by ryancerniglia (Ban)

    ...

    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

     

    Check Mono version

    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)") }}     

     

    Install MySQL

    Run the following command to install MySQL:

    zypper install mysql
    

     

    Install PrinceXML

    To enable HTML-to-PDF printing, the static library version of PrinceXML must be installed by entering the following commands:

    32 bit install

      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
    

    64 bit install 

     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

    Install MindTouch using the following command : 

     zypper install mindtouch html2text
    Note: Installation of some dependencies may require interaction. Answer "yes" to all authentication/verification questions.

     

    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.

     

    Verify ImageMagick Installed

    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
    If it doesn't return anything then you'll need to install ImageMagick.  You can do so by following the installation instructions on the ImageMagick website.

    Install Trusted Roots Certificates

    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 and Apache

    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.

     

    Web installer

    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.

    =media_1284492446307.png

    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.

    =media_1284492518459.png

    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

    =media_1284496027969.png

    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.

    =media_1284493151546.png

    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.

    =media_1284496113475.png

    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.

    =media_1284496325877.png

    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.

    =media_1284491455897.png

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

    =media_1284491533790.png

    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