Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.17 KB

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