Changes between Version 3 and Version 4 of GringottsPlugin


Ignore:
Timestamp:
Dec 5, 2007, 3:42:44 PM (16 years ago)
Author:
Zoran Regvart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GringottsPlugin

    v3 v4  
    2626You can check out GringottsPlugin from [http://trac-hacks.org/svn/gringottsplugin here] using Subversion, or [source:gringottsplugin browse the source] with Trac.
    2727
     28== Install ==
     29
     30The simplest way to install is to [download:gringottsplugin download] the zipped source, unzip it into the directory of your choice (/tmp or such), and run
     31
     32{{{
     33python setup.pl bdist_egg
     34}}}
     35
     36from the 0.10 directory - if you're using Trac version 0.10 or 0.11 if you're using Trac version 0.11, followed by:
     37
     38{{{
     39easy_install dist/gringotts-0.1-py2.4.egg
     40}}}
     41
     42(or such if your egg differs in name)
     43
     44Next you'll have to enable the Gringotts plugin in the trac.ini, like so:
     45
     46{{{
     47[components]
     48gringotts.* = enabled
     49}}}
     50
     51If this is your first installation of Gringotts you'll need to upgrade your trac project, to update the database schema and generate the private key:
     52
     53{{{
     54trac-admin /path/to/your/project upgrade
     55}}}
     56
     57For more information on plugin instalation visit the documentation outlined in [http://trac.edgewall.org/wiki/TracPlugins TracPlugins].
     58
    2859== Example ==
    2960
    3061You can either use the list of Gringotts as your main interface (it adds a navigation item), or you can use the Macro "Gringott(!NameOfGringlet)" where every wiki syntax is supported.
     62
     63To create a new Gringlet click on the ''create'' button in the lower right corner. You can now enter all your secrets. ACL's are entered as comma separated usernames.
    3164
    3265== Recent Changes ==