Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

jsynowiec/vagrant-lamp-symfony2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant LAMP for Symfony2

Vagrant box for Symfony2 development.

Installation:

Download and install VirtualBox

Download and install vagrant

Download and install Vagrant::Hostsupdater

Clone this repository

Go to the repository folder and install Symfony2 under symfony directory

$ cd [repo]
$ cd symfony
$ composer create-project symfony/framework-standard-edition .

Launch the box

$ cd ..
$ vagrant up

What's inside:

  • Apache
  • MySQL
  • PHP 5.4 with intl, apc and curl
  • Composer

Notes

Apache virtual hosts

/vagrant/symfony folder is symlinked as /var/www and there is a default vhost configured pointing to /vagrant/symfony/web.

MySQL

MySQL is available from localhost. There is already an empty database named vagrant, accessible by user vagrant with password vagrant.

Composer

Composer binary is installed globally (to /usr/local/bin/composer), so you can simply call composer from any directory.

About

Vagrant box for Symfony2 development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages