to provide support for local file system and tgz files
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.
gem install epublishing-rails-plugin-installer
github.com/ePublishing/epublishing-rails-plugin-installer
The EpublishingRailsPluginInstaller gem depends on rubygems and rails.
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 <[email protected]>
- Copyright
-
© 2011 ePublishing
- Licence