Changes between Version 22 and Version 23 of MindMapMacro


Ignore:
Timestamp:
Apr 12, 2018, 10:38:12 PM (6 years ago)
Author:
Ryan J Ollos
Comment:

Remove old installation instructions.

Legend:

Unmodified
Added
Removed
Modified
  • MindMapMacro

    v22 v23  
    9999=== Requirements
    100100
    101  * ExtractUrlPlugin.
     101 * ExtractUrlPlugin (should be installed automatically).
    102102 * [http://get.adobe.com/flashplayer/ Flash Plugin] v6 or higher.
    103103 * Javascript or [http://www.w3.org/ w3.org] compatible browser, ie Internet Explorer with Javascript disabled won't work.
    104 
    105 === Installation steps
    106 
    107  1. '''Install'''
    108    * Dependencies: install ExtractUrlPlugin globally with:
    109    {{{#!sh
    110 sudo easy_install https://trac-hacks.org/svn/extracturlplugin/0.11/
    111 }}}
    112    * Plugin installation with `easy_install`:
    113    {{{#!sh
    114 sudo easy_install https://trac-hacks.org/svn/mindmapmacro/0.11/
    115 }}}
    116  1. '''Enable'''
    117     * Update TracIni file (`../conf/trac.ini`) with:
    118    {{{#!ini
    119 [components]
    120 tracextracturl.* = enabled
    121 tracmindmap.* = enabled
    122 }}}
    123  1. '''Restart''' web server:
    124    {{{#!sh
    125 sudo /etc/init.d/apache2 restart
    126 }}}
    127104
    128105== Recent Changes