rlunar / joomla-installer
Joomla application installer.
v1.0.8
2016-06-27 17:29 UTC
Requires
- guzzlehttp/guzzle: ~4.0|~5.0|~6.0
- symfony/console: ~2.3|~3.0
- symfony/process: ~2.3|~3.0
README
README
$ git clone git@elephpant.ninja:open-source/joomla-installer.git
$ cd joomla-installer
$ touch README.md
$ git add README.md
$ git commit -m "add README"
$ git push -u origin master
$ composer require "symfony/console"
$ composer require "guzzlehttp/guzzle"
$ composer dump-autoload --optimize -v
$ mkdir src
$ chmod +x joomla
USAGE
Local Installer
$ composer require "rlunar/joomla-installer"
Global Installer
$ composer global require "rlunar/joomla-installer"
Crafting a new application
$ joomla new application