Changes between Version 46 and Version 47 of FullBlogPlugin


Ignore:
Timestamp:
Mar 7, 2015, 6:02:10 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Remove tip from user that had an installation problem.

Legend:

Unmodified
Added
Removed
Modified
  • FullBlogPlugin

    v46 v47  
    124124 * or, check out the source (see below) and similarly run `python setup.py install` at correct location (like previous alternative). To update the plugin later, you can then just do `svn up` to pull down the latest source from repository and install it again.
    125125 * or, to install it directly from repository to get the latest version with revision marker, use easy_install:
    126 {{{
    127 #!sh
     126{{{#!sh
    128127easy_install --always-unzip http://trac-hacks.org/svn/fullblogplugin/0.11
    129128}}}
    130 
    131 ''Note: on Fedora-14, Python 2.7, Trac 0.11, Trac did not see the plugin after easy_install and restart. Adding these two symbolic links in site_packages fixed it:''
    132 {{{
    133 #!sh
    134 ln -s TracFullBlogPlugin-0.1.1_r9430-py2.7.egg/EGG-INFO TracFullBlogPlugin-0.1.1_r9430-py2.7.egg-info
    135 ln -s TracFullBlogPlugin-0.1.1_r9430-py2.7.egg/tracfullblog
    136 }}}
    137 ''I don't know what the long-term effects of this not-by-the-books edit are with future upgrades.  A better egg hacker should probably correct my advice. (dr2chase)''
    138129
    139130== Source