All Projects → netz98 → Phing-Magento-Installer

netz98 / Phing-Magento-Installer

Licence: other
Installs/Uninstalls magento online shop with phing build scripts.

Magento installation with phing

This is a “fork” of Matthias Zeis “Mage Spawner”. You can find the original source code of Matthias under the following URL:
https://github.com/mzeis/MageSpawner.

This script works with phing.

Install phing

Phing is a build system based on PHP. It’s syntax is similar to java build system ant.
You can easily install phing with pear installer.

pear channel-discover pear.phing.info
pear install phing/phing

Run phing installer

Before you can start, please copy build.properties.sample to build.properties and change the configuration in the file.
After setup the config you can run the build script with this command from bash within the Phing-Magento-Installer folder.

Start installation process

sudo phing install

Uninstall

sudo phing uninstall

Setup virtual hosts

The script is designed to work with VirtualDocumentRoot like described in Matthias Zeis readme file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].