Skip to content

A Vagrantfile and some puppet scripts for an installation of a magento shop

Notifications You must be signed in to change notification settings

pigoz/magento-vagrant-puppet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

vagrant up --no-provision
vagrant ssh
sudo apt-get update
exit
vagrant up

if you have networking problems:

sudo /etc/init.d/networking restart

Using your magento project

git-clone your magento to data/magento, import your mysql database run the query:

update magento.core_config_data
set value = 'http://vagrant-magento:8080/'
where path in ('web/unsecure/base_url', 'web/secure/base_url')

and clear the magento cache (var/cache/)

Now have fun (kind of hard considering it's magento, but hey.. at least you didn't pollute your computer with this shit).

About

A Vagrantfile and some puppet scripts for an installation of a magento shop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 67.7%
  • Ruby 32.3%