Tips and Tricks

Mingle Tips and Tricks

This is a public Custom Hive  publicRSS

Mingle Tip

    limo
    Read Mingle help documents offline
    Mingle Tip posted March 5, 2009 by limo
    2901 Views, 1 Comment
    Tip Name:
    Read Mingle help documents offline
    Tip Description:

    By default, Mingle packages with all the help icons linked to the studio website, which is great since if the documents has been updated, you can get the latest information.  However, in case if your network is limited to access internet, you may have to read the documents locally.

    Here is the way.

    1. Get to the Mingle installation folder on your server, e.g. on my mac it is /Applications/Mingle_2_2/Contents/Resources/app/

    2. Open the file at <mingle_root>/config/initializers/document.rb

    3. Change the line of the parameter to the following, or any domain that your Mingle is using

    ONLINE_HELP_DOC_DOMAIN = 'http://servername:8080'

    Comment

    • Suzie Prince
      posted November 9, 2009 by Suzie Prince

      Hello all

      A small update to this.

      At point 3, instead of changing ONLINE_HELP_DOC_DOMAIN, you should change HELP_DOC_DOMAIN = ONLINE_HELP_DOC_DOMAIN to HELP_DOC_DOMAIN = ""

      Thanks

      - Suzie