An open API service indexing awesome lists of open source software.

https://github.com/webgriffe/magento-bash-installer

Simple bash script for Magento installation from command line.
https://github.com/webgriffe/magento-bash-installer

Last synced: 11 months ago
JSON representation

Simple bash script for Magento installation from command line.

Awesome Lists containing this project

README

          

Magento Bash Installer
======================

This script allows you to install interactively Magento from command line by running it. It's an adapted version of
the script by Crucial Webhosting that can be found [here](http://www.crucialwebhost.com/kb/article/automated-bash-script-installer/).

Usage
-----

A MySQL database is required before running the script. After that simply execute the following commands:

$ cd /some/path
$ git clone git://github.com/webgriffe/magento-bash-installer.git .
$ cd /path/to/magento
$ /some/path/mbi.sh

... and provide requested information.

TODO
----

* The script should have default parameters

Credits
-------

[Webgriffe®](http://www.webgriffe.com/) - Magento Solution Partner & Certified Developer.