AOEpeople/Magento_Boilerplate

Name: Magento_Boilerplate

Owner: AOE

Description: null

Created: 2014-04-08 05:29:30.0

Updated: 2017-08-26 17:22:49.0

Pushed: 2015-10-09 17:13:50.0

Homepage: null

Size: 5294

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Magento Boilerplate

Prerequisites (for default example settings)
TE USER 'demo'@'localhost' IDENTIFIED BY 'demo'; 
T USAGE ON *.* TO 'demo'@'localhost' IDENTIFIED BY 'demo'; GRANT ALL PRIVILEGES ON `demo`.* TO 'demo'@'localhost';
H PRIVILEGES;
Getting started manually

This is how to set up a new Magento project:

clone git@github.com:AOEpeople/Magento_Boilerplate.git /var/www/demo
var/www/demo
/composer.phar install
 chown -R www-data:www-data /var/www/demo ; sudo chmod -R ug+rw /var/www/demo
Complete the installer in the frontend: http://www.demo.local (unless you already have a working database and app/etc/local.xml)
Go and insert the correct settings in Configuration/settings.csv now
Double check Boilerplate_Base/app/etc/local.xml.template (you might want to replace this file with your existing local.xml)
var/www/demo/htdocs
ools/modman deploy-all
ools/apply.php devbox ../Configuration/settings.csv

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.