An example of running the BEAR.Sunday Demo.Sandbox app on Vagrant

Environment

  • Vagrant ver 1.5 and above is required.
# VM boot and provisioning (may take some time).
[local] $ vagrant up

Run the Application

# SSH into your VM
[local] $ vagrant ssh
# Start the Demo.Sandbox app (running the PHP built-in Web-Server)
[vagrant] $ /vagrant/bear/bin/bear.server /vagrant/bear/apps/Demo.Sandbox

Access http://192.168.33.10:8080 in your browser,