Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 731 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 731 Bytes

vagrant-lamp-sample

Vagrant

Using VirtualBox and Vagrant

$ vagrant plugin install vagrant-vbguest

Usage

$ git clone https://github.com/monsat/vagrant-lamp-sample
$ cd vagrant-lamp-sample/vagrant
$ vagrant up

Web Application

http://192.168.33.40/

Before starting your own project

You need to

  • change security salt and security cipher seed on app/Config/core.php (Now, baking project is working)
  • change hostname and vbname on vagrant/Vagrantfile