Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:EcomDev/MageCI
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanChepurnyi committed Dec 27, 2012
2 parents 9687f04 + cb95406 commit b9b0965
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Expand Up @@ -16,3 +16,33 @@ In the _require_ or alternatively in the _require-dev_ section, add the followin

"ecomdev/mage-ci: "dev-master"

Usage
-----

### Installing a particular Magento version
$ bin/mage-ci install <magento_directory> <version> <db_name> <OPTIONS>
Installs a Magento version to a specified destination
-c Create databases flag
-t Create test database flag (only in combination with -c option)
-u <db_user> DB Username
-p <db_pass> DB Password
-r <sql_base_url> SQL dumps repository url for a particular Magento version (<sql_base_url>/<version>.sql.gz)
-f <sql_dump_file> SQL dump file, if you'd like to preinstall some data and specfied -c option

### Installing a Magento module
$ bin/mage-ci install-module <magento_directory> <module_dir_or_vcs_url>
Installs a Magento module with modman definition

### Updating installed Magento modules
$ bin/mage-ci update-modules <magento_directory>
Updates all installed modman modules at specified Magento instnace

### Uninstalling Magento version
$ bin/mage-ci uninstall <magento_directory> [<db_name>] <OPTIONS>
Performs uninstall of Magento instance
-u <db_user> DB Username
-p <db_pass> DB Password

### Uninstalling Magento module
$ bin/mage-ci uninstall-module <magento_directory> <module_dir_or_vcs_url>
Performs uninstall of Magento module from instance

0 comments on commit b9b0965

Please sign in to comment.