Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rt-extension-jsgantt
Commits
9b741bf1
Commit
9b741bf1
authored
Jul 01, 2014
by
Alex Vandiver
Browse files
Updated README and simplified Makefile.PL
parent
376d1a0f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
12 deletions
+8
-12
META.yml
META.yml
+3
-2
Makefile.PL
Makefile.PL
+1
-6
README
README
+4
-4
No files found.
META.yml
View file @
9b741bf1
---
abstract
:
'
Gantt
charts
for
your
tickets'
author
:
-
'
sunnavy
<sunnavy
@bestpractical.com>'
-
'
Best
Practical
Solutions,
LLC
<modules
@bestpractical.com>'
build_requires
:
ExtUtils::MakeMaker:
6.59
configure_requires
:
...
...
@@ -25,7 +25,8 @@ requires:
List::MoreUtils:
0
perl
:
5.8.3
resources
:
repository
:
git://github.com/bestpractical/rt-extension-jsgantt.git
license
:
http://opensource.org/licenses/gpl-license.php
repository
:
http://github.com/bestpractical/rt-extension-jsgantt
version
:
'
1.00'
x_module_install_rtx_version
:
0.34_04
x_requires_rt
:
4.0.0
Makefile.PL
View file @
9b741bf1
use inc
::
Module::Install;
version_from
(
'lib/RT/Extension/JSGantt.pm'
);
RTx(
'RT-Extension-JSGantt'
);
author
(
'sunnavy <sunnavy@bestpractical.com>'
);
abstract_from(
'lib/RT/Extension/JSGantt.pm'
);
readme_from(
'lib/RT/Extension/JSGantt.pm'
);
license(
'GPLv2'
);
repository '
git
:
//github.com/bestpractical/rt-extension-jsgantt
.git
';
repository '
http
:
//github.com/bestpractical/rt-extension-jsgantt';
requires(
'JSON'
);
requires( 'List
::
MoreUtils' );
...
...
README
View file @
9b741bf1
...
...
@@ -6,9 +6,9 @@ DESCRIPTION
dependencies, to produce Gantt charts.
INSTALLATION
"
perl Makefile.PL
"
"
make
"
"
make install
"
perl Makefile.PL
make
make install
May need root permissions
Edit your /opt/rt4/etc/RT_SiteConfig.pm
...
...
@@ -20,7 +20,7 @@ INSTALLATION
Set(@Plugins, qw(RT::Extension::JSGantt));
or add
"
RT::Extension::JSGantt
"
to your existing @Plugins line.
or add RT::Extension::JSGantt to your existing @Plugins line.
Clear your mason cache
rm -rf /opt/rt4/var/mason_data/obj
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment