web-solution/vagrant-symfony2-box

This package is abandoned and no longer maintained. No replacement package was suggested.

A Vagrant build to run a Symfony2 development LAMP stack (Nignx, Mysql, Phpmyadmin, PHP-5.5.9, Node.js, Sass, Compass, Less, Composer, OpenJDK, Imagic, ...) on a vmware or virtualbox provider

dev-master / 1.0.x-dev 2014-03-25 09:24 UTC

This package is auto-updated.

Last update: 2022-02-01 12:33:12 UTC


README

#Vagrant Symfony 2 Box setup

Requirements

Installation

####This setup is based and tested with Ubuntu Precise 64 bit base box, with Vagrant 1.5.1 version

Clone this repository

```$ git clone https://github.com/web-solution/vagrant-symfony2-box.git```
  • run vagrant (for the first time it should take up to 30-60 min) $ vagrant up

  • Web server is accessible with http://www.symfony-box.local (Host address can be changed in Vagrantfile)

  • PhpMyAdmin is accessible with http://www.symfony-box.local/phpmyadmin

  • Vagrant automatically setups database with this setup:

    • Username: root
    • Password: root
    • Database: symfony

Installed components