[Bps-public-commit] dist-zilla-mintingprofile-rtx branch, master, updated. 0.01-2-gb27557b
Thomas Sibley
trs at bestpractical.com
Fri Aug 5 09:00:25 EDT 2011
The branch, master has been updated
via b27557bad07268bb051e88500268d391917c804f (commit)
from 9f53233ac282f026b7e74e6db4135d261d5c3b5a (commit)
Summary of changes:
profiles/default/Module.pm | 36 +++++++++++++++++++++++++-----------
1 files changed, 25 insertions(+), 11 deletions(-)
- Log -----------------------------------------------------------------
commit b27557bad07268bb051e88500268d391917c804f
Author: Thomas Sibley <tom at zulutango.org>
Date: Fri Aug 5 08:59:54 2011 -0400
Sprinkle some POD over the install steps and s/rt3/rt4/
diff --git a/profiles/default/Module.pm b/profiles/default/Module.pm
index 15233fc..8a580b7 100644
--- a/profiles/default/Module.pm
+++ b/profiles/default/Module.pm
@@ -10,17 +10,31 @@ our $VERSION = '0.01';
=head1 INSTALLATION
- How to install:
-
- 1. perl Makefile.PL
- 2. make
- 3. make install (may need root permissions)
- 4. Edit your /opt/rt3/etc/RT_SiteConfig.pm
- Set(@Plugins, qw({{$name}}));
- or add {{$name}} to your existing @Plugins line
- 5. Clear your mason cache
- rm -rf /opt/rt3/var/mason_data/obj
- 6. Restart your webserver
+=over
+
+=item perl Makefile.PL
+
+=item make
+
+=item make install
+
+May need root permissions
+
+=item Edit your /opt/rt4/etc/RT_SiteConfig.pm
+
+Add this line:
+
+ Set(@Plugins, qw({{$name}}));
+
+or add C<{{$name}}> to your existing C<@Plugins> line.
+
+=item Clear your mason cache
+
+ rm -rf /opt/rt3/var/mason_data/obj
+
+=item Restart your webserver
+
+=back
=head1 AUTHOR
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list