Skip to content

piotrpalek/magento-vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-chef-magento

username/pass

  • magento admin username: mageadmin
  • password: password1
  • db username: root
  • db password: [no password]

get the tools

clone this repository

start vm

  • VM default ip is 192.168.13.37
  • make a local host entry (/etc/hosts or C:\Windows\system32\drivers\ets\hosts) for: 192.168.13.37 magento.local
  • ping magento.local (should work -> 192.168.13.37)
  • open a console
  • got to the {app_dir}
  • fire up your server: "vagrant up"
  • take a break -- this may take a while ;-)
  • point your browser to: http://magento.local
  • done .. gl ;-)

(Configuration Options see: Vagrantfile form the vagrant-chef-magento repo)

reimport the database

remove the file {app_dir}/db_import/.imported

mac users

uncomment the line:

config.vm.share_folder "v-root", "/vagrant", ".", :nfs => true

in the Vagrantfile for better performance

About

Up and ready magento running in vagrant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published