Installing on Debian

    Table of contents
    to the older version or return to version archive.

    Combined revision comparison

    Comparing version 15:22, 4 Feb 2011 by coreyg with version 14:30, 24 Apr 2012 by ryancerniglia.

    ...

    Add the MindTouch repository

    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 : 

    Debian Lenny:

    deb http://repo.mindtouch.com/ Debian_5.0/

    Also in that file, you'll need to find the following lines:

    deb http://ftp.debian.org/debian/ lenny main 
    deb-src http://ftp.debian.org/debian/ lenny main 

    and edit them to look like this:

    deb http://ftp.debian.org/debian/ lenny main non-free contrib 
    deb-src http://ftp.debian.org/debian/ lenny main non-free contrib

     

    Type the following command to update your package indexes:

     apt-get update

    Install Dependencies

    To enable full functionality in MindTouch, install dependencies by entering the following commands:

     apt-get install html2text poppler-utils msttcorefonts cabextract mysql-server
    

     

    {{ web.toggle(wiki.page("/en/docs/mindtouch_setup/010Installation/020Installing_on_Debian/Installing%2f%2fUpgrading_Mono_on_Debian","Upgrading Mono on Debian Lenny (5.0)"), "Install/Upgrade Mono (Click to Expand)") }}

     

    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.shprince_7.1-1_i386.deb
     dpkg -i prince_7.1-1_i386.deb
    

    64 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-static7.1-linux.tar.gz
     cd prince-8.0-linux-amd64-static7.1-linux
     sudo ./install.sh
    

    Hit Enter when asked for the install directory location

     

    Install MindTouch

    Install MindTouch using the following command : 
     apt-get install mindtouch
    Note: Installation of some dependencies may require interaction. Answer "yes" to all authentication/verification questions including that the package cannot be authenticated.  

     

    Configure the Apache Virtual Host

    After the install has finished, edit /etc/apache2/sites-available/dekiwiki and change the ServerName 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.

    Enter the following command to enable MindTouch in Apache and disable the initial default site:

     a2ensite dekiwiki
     a2dissite default
    

    Once that has been done, enter the following line to reload Apache:

     /etc/init.d/apache2 reload

     Go to http://your_server/config/index.php to complete the configuration.

    ...


    Version from 15:22, 4 Feb 2011

    This revision modified by coreyg (Ban)

    ...

    Add the MindTouch repository

    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 : 

    Debian Lenny:

    deb http://repo.mindtouch.com/ Debian_5.0/

    Also in that file, you'll need to find the following lines:

    deb http://ftp.debian.org/debian/ lenny main 
    deb-src http://ftp.debian.org/debian/ lenny main 

    and edit them to look like this:

    deb http://ftp.debian.org/debian/ lenny main non-free contrib 
    deb-src http://ftp.debian.org/debian/ lenny main non-free contrib

     

    Type the following command to update your package indexes:

     apt-get update

    Install Dependencies

    To enable full functionality in MindTouch, install dependencies by entering the following commands:

     apt-get install html2text poppler-utils msttcorefonts cabextract mysql-server
    

     

    {{ web.toggle(wiki.page("/en/docs/mindtouch_setup/010Installation/020Installing_on_Debian/Installing%2f%2fUpgrading_Mono_on_Debian","Upgrading Mono on Debian Lenny (5.0)"), "Install/Upgrade Mono (Click to Expand)") }}

     

    Install PrinceXML

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

    32 bit install

     wget http://www.princexml.com/download/prince_7.1-1_i386.deb
     dpkg -i prince_7.1-1_i386.deb
    

    64 bit install 

     wget http://www.princexml.com/download/prince-7.1-linux.tar.gz
     tar -xzvf prince-7.1-linux.tar.gz
     cd prince-7.1-linux
     sudo ./install.sh
    

    Hit Enter when asked for the install directory location

     

    Install MindTouch

    Install MindTouch using the following command : 
     apt-get install mindtouch
    Note: Installation of some dependencies may require interaction. Answer "yes" to all authentication/verification questions including that the package cannot be authenticated.  

     

    Configure the Apache Virtual Host

    After the install has finished, edit /etc/apache2/sites-available/dekiwiki and change the ServerName 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.

    Enter the following command to enable MindTouch in Apache and disable the initial default site:

     a2ensite dekiwiki
     a2dissite default
    

    Once that has been done, enter the following line to reload Apache:

     /etc/init.d/apache2 reload

     Go to http://your_server/config/index.php to complete the configuration.

    ...

    Current version

    This revision modified by ryancerniglia (Ban)

    ...

    Add the MindTouch repository

    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 : 

    Debian Lenny:

    deb http://repo.mindtouch.com/ Debian_5.0/

    Also in that file, you'll need to find the following lines:

    deb http://ftp.debian.org/debian/ lenny main 
    deb-src http://ftp.debian.org/debian/ lenny main 

    and edit them to look like this:

    deb http://ftp.debian.org/debian/ lenny main non-free contrib 
    deb-src http://ftp.debian.org/debian/ lenny main non-free contrib

     

    Type the following command to update your package indexes:

     apt-get update

    Install Dependencies

    To enable full functionality in MindTouch, install dependencies by entering the following commands:

     apt-get install html2text poppler-utils msttcorefonts cabextract mysql-server
    

     

    {{ web.toggle(wiki.page("/en/docs/mindtouch_setup/010Installation/020Installing_on_Debian/Installing%2f%2fUpgrading_Mono_on_Debian","Upgrading Mono on Debian Lenny (5.0)"), "Install/Upgrade Mono (Click to Expand)") }}

     

    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 : 
     apt-get install mindtouch
    Note: Installation of some dependencies may require interaction. Answer "yes" to all authentication/verification questions including that the package cannot be authenticated.  

     

    Configure the Apache Virtual Host

    After the install has finished, edit /etc/apache2/sites-available/dekiwiki and change the ServerName 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.

    Enter the following command to enable MindTouch in Apache and disable the initial default site:

     a2ensite dekiwiki
     a2dissite default
    

    Once that has been done, enter the following line to reload Apache:

     /etc/init.d/apache2 reload

     Go to http://your_server/config/index.php to complete the configuration.

    ...


    Copyright © 2011 MindTouch, Inc. Powered by