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.
- Host: GitHub
- URL: https://github.com/webgriffe/magento-bash-installer
- Owner: webgriffe
- Created: 2013-03-01T13:40:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-01T14:06:41.000Z (over 13 years ago)
- Last Synced: 2025-03-24T04:43:26.889Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 105 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.