Changes between Version 104 and Version 105 of XmlRpcPlugin


Ignore:
Timestamp:
Jul 27, 2015, 10:13:06 PM (9 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcPlugin

    v104 v105  
    4343Install in the same manner as any other Trac plugin:
    4444
     45//Can this be skipped and go directly to easy_install below instead?//
     46
    4547{{{#!sh
    4648python setup.py bdist_egg
     
    5254If you want it to be installed for all Trac environments, then depending on the version of Trac you are running:
    5355 
     56
     57//0.10 is very old. is trunk recommended?//
     58
    5459{{{#!sh
    5560easy_install -Z -U http://trac-hacks.org/svn/xmlrpcplugin/trunk # 0.11/0.12/1.0/++
     
    6671tracrpc.* = enabled
    6772}}}
    68  
     73
     74== Simple Installation
     75// It seems the installation instructions could be simplified to something like this: //
     76
     77**THESE INSTRUCTIONS HAVE NOT YET BEEN VERIFIED TO WORK**
     78
     79Perform the following commands after creating the trac project
     80{{{
     81easy_install -Z -U http://trac-hacks.org/svn/xmlrpcplugin/0.10
     82trac-admin </path/to/projenv> config set components tracrpc.* enabled
     83}}}
     84(change </path/to/projenv> above to the actual location of your trac project)
     85
    6986== Troubleshooting
    7087