Changes between Version 62 and Version 63 of CloudPlugin


Ignore:
Timestamp:
Nov 24, 2015, 2:53:38 PM (8 years ago)
Author:
figaro
Comment:

Rearranged paragraphs to maintain consistency

Legend:

Unmodified
Added
Removed
Modified
  • CloudPlugin

    v62 v63  
    55== Description
    66
    7 This plugin is meant to fill the coordination gap between AWS and Chef, especially:
     7This plugin is meant to fill the coordination gap between AWS (Amazon Web Services) and Chef, especially:
    88
    99 * Launch an ec2 instance, bootstrap it with chef and apply one or more chef roles.
     
    2323This plugin relies heavily upon [http://boto.cloudhackers.com/ boto] and [https://github.com/coderanger/pychef pychef]. Special thanks to coderanger for his work and responsiveness on pychef.
    2424
    25 == Configuration
     25== Bugs/Feature Requests
     26
     27Existing bugs and feature requests for CloudPlugin are
     28[report:9?COMPONENT=CloudPlugin here].
     29
     30If you have any issues, create a
     31[/newticket?component=CloudPlugin new ticket].
     32
     33[[TicketQuery(component=CloudPlugin&group=type,format=progress)]]
     34
     35== Download
     36
     37Download the zipped source from [export:cloudplugin here].
     38
     39== Source
     40
     41You can check out CloudPlugin from [/svn/cloudplugin here] using Subversion, or [source:cloudplugin browse the source] with Trac.
     42
     43== Installation
    2644
    2745 1. Install the plugin (after downloading and unzipping):
     
    3149    }}}
    3250
    33     See [http://trac.edgewall.org/wiki/TracPlugins TracPlugins] for more installation details and options. You'll likely need to restart Trac's web server after installation.
     51    See [t:TracPlugins TracPlugins] for more installation details and options. You'll likely need to restart Trac's web server after installation.
    3452
    3553 2. Enable the plugin in your {{{trac.ini}}} file:
     
    4159    You can alternatively use the Trac Web Admin GUI.
    4260
    43  3. Configure the main {{{trac.ini}}} section. A minimal configuration would look like this:
     61== Configuration
     62
     63 1. Configure the main {{{trac.ini}}} section. A minimal configuration would look like this:
    4464    {{{#!ini
    4565    [cloud]
     
    5373    }}}
    5474
    55  4. Optional {{{trac.ini}}} configurations (details below).
     75 2. Optional {{{trac.ini}}} configurations (details below).
    5676    {{{#!ini
    5777    [cloud]
     
    86106notify_jabber = apacherestart, apachestop, apachestart
    87107}}}
    88 
    89 == Bugs/Feature Requests
    90 
    91 Existing bugs and feature requests for CloudPlugin are
    92 [report:9?COMPONENT=CloudPlugin here].
    93 
    94 If you have any issues, create a
    95 [/newticket?component=CloudPlugin new ticket].
    96 
    97 [[TicketQuery(component=CloudPlugin&group=type,format=progress)]]
    98 
    99 == Download
    100 
    101 Download the zipped source from [download:cloudplugin here].
    102 
    103 == Source
    104 
    105 You can check out CloudPlugin from [http://trac-hacks.org/svn/cloudplugin here] using Subversion, or [source:cloudplugin browse the source] with Trac.
    106108
    107109== Examples