Download the PHP package picturae/joomla-cli without Composer
On this page you can find all versions of the php package picturae/joomla-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download picturae/joomla-cli
More information about picturae/joomla-cli
Files in picturae/joomla-cli
Package joomla-cli
Short Description Command-line script to manage joomla sites
License
Homepage https://github.com/picturae/joomla-cli
Informations about the package joomla-cli
Joomla cli
Joomla-cli is a commandline tool to manage your Joomla websites.
For instance in our development / production environment we've build a Phing wrapper around it to deploy and install our Joomla! websites.
Install Joomla
--path defaults to joomla, can be whatever relative to the directory the command is executed.
--version defaults to latest stable e.g. 3.4.0, supports 3.3.* or exact version number.
With the --stable flag you can also install unstable versions e.g. 3.4.1-rc
Install DB
This command is used to install the initial clean Joomla! database.
Other options:
--dbprefix to set the prefix for the Joomla! tables.
Database updates
This command uses the path to bootstrap the Joomla application and run the database migrations (if they are needed).
Install languages
This command uses the path to bootstrap the Joomla application and install the language.
Thanks to…
- Mark van Duijker for starting this tool!
All versions of joomla-cli with dependencies
symfony/console Version ^3.0
symfony/finder Version ^3.0
symfony/filesystem Version ^3.0
zendframework/zend-config Version ^2.3
zendframework/zend-json Version ^2.3
pimple/pimple Version ^3.0
joomla/archive Version ^1.1