No commit activity in last 3 years
No release in over 3 years
An extension of standard rails plugin script to provide support for local file system and tgz files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.7.4
 Project Readme

EpublishingRailsPluginInstaller - An extension of standard rails plugin script¶ ↑

to provide support for local file system and tgz files

Introduction¶ ↑

The standard rails ‘plugin’ script lacks support for installing from the local file system as well as installing tar.gz files. (The latter scenario greatly speeds up installation from http as the alternative is downloading each file, one-by-one.)

This class piggy-backs on the standard rails ‘plugin’ command and can be used as a complete replacement if so desired.

Installation¶ ↑

gem install epublishing-rails-plugin-installer

Git Repository¶ ↑

github.com/ePublishing/epublishing-rails-plugin-installer

Prerequisites¶ ↑

The EpublishingRailsPluginInstaller gem depends on rubygems and rails.

Usage¶ ↑

epub-plugin install /some/location/on/the/disk
epub-plugin install http://somewhere.com/foo/a_plugin.tgz
epub-plugin install http://somewhere.com/foo/another_plugin.tar.gz

Author

David McCullars <dmccullars@ePublishing.com>

Copyright

© 2011 ePublishing

Licence

GPL