Skip to content

Files

Latest commit

b89e909 · Sep 26, 2016

History

History

vagrant

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 26, 2016
Jul 29, 2012
Jun 11, 2013

Getting started using Vagrant

You will need:

  • Git 1.6+
  • NFS (MacOS works OOB, on Debian based linux distributions install nfs-kernel-server package)
  • Vagrant

Get the code

git clone git://github.com/symfony-cmf/cmf-sandbox.git
cd cmf-sandbox/vagrant
vagrant up

Now everything is getting prepared.
In the meantime you can optionally add an entry to your /etc/hosts file like so:

172.22.22.22 cmf.lo

Access by web browser

If you have added the entry to /etc/hosts you should be able to access the Sandbox like this:

http://cmf.lo/app_dev.php

Otherwise you can also use the IP address:

http://172.22.22.22/app_dev.php