Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

AOEpeople/Magento_Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento Boilerplate

Prerequisites (for default example settings)

  • Database user "demo" (with password "demo") that is allowed to create a database called "demo"
CREATE USER 'demo'@'localhost' IDENTIFIED BY 'demo'; 
GRANT USAGE ON *.* TO 'demo'@'localhost' IDENTIFIED BY 'demo'; GRANT ALL PRIVILEGES ON `demo`.* TO 'demo'@'localhost';
FLUSH PRIVILEGES;

Getting started manually

This is how to set up a new Magento project:

git clone [email protected]:AOEpeople/Magento_Boilerplate.git /var/www/demo
cd /var/www/demo
tool/composer.phar install
sudo 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)
cd /var/www/demo/htdocs
../tools/modman deploy-all
../tools/apply.php devbox ../Configuration/settings.csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published