Sylius/vagrant
Maximilian Bosch 54f421fb69 fixed puppet manifest
- install php 5.5 on vagrant environment
- don't install phpunit from pear channel (phpunit is installed through composer)
- resolves #3544
- resolves #2311
2015-11-09 19:44:38 +01:00
..
manifests fixed puppet manifest 2015-11-09 19:44:38 +01:00
.gitignore Brand new vagrant configuration 2013-09-26 08:36:35 +02:00
bootstrap.sh Update bootstrap.sh 2014-12-03 09:35:00 +01:00
README.md Update README.md 2014-04-22 11:33:46 +01:00
Vagrantfile add Vagrant Vmware provider 2015-07-17 09:31:44 +03:00

Description

This configuration includes following software:

  • PHP 5.4.19
  • MySQL 5.5.32
  • GIT 1.7.9.5
  • Apache 2.2.22
  • Vim
  • MC (Midnight commander)
  • Curl
  • Composer

Usage

First you need to create vagrant VM

$ cd vagrant
$ vagrant up

While waiting for Vagrant to start up, you should add an entry into /etc/hosts file on the host machine.

10.0.0.200      sylius.dev

From now you should be able to access your Sylius project at http://sylius.dev/

Troubleshooting

Using Symfony2 inside Vagrant can be slow due to synchronisation delay incurred by NFS. To avoid this, both locations have been moved to a shared memory segment under /dev/shm/sylius.

To view the application logs, run the following commands:

$ tail -f /dev/shm/sylius/app/logs/prod.log
$ tail -f /dev/shm/sylius/app/logs/dev.log