An open API service indexing awesome lists of open source software.

https://github.com/ck-developer/vagrant-symfony2-box

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.
https://github.com/ck-developer/vagrant-symfony2-box

Last synced: 10 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

#Vagrant Symfony 2 Box setup

## Requirements
* [VirtualBox](https://www.virtualbox.org)
* [Vagrant](http://vagrantup.com)
* [vagrant-hostmanager](https://github.com/smdahlen/vagrant-hostmanager)
* `vagrant plugin install vagrant-hostmanager`

## 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

* [Nginx](http://nginx.org/en/)
* [MySQL](http://www.mysql.com/)
* [PHP-FPM](http://php-fpm.org/)
* [PhpMyAdmin](http://www.phpmyadmin.net/home_page/index.php)
* [MongoDB](http://www.mongodb.org/)
* [Redis](http://redis.io/)
* [GiT](http://git-scm.com/)
* [Composer](http://getcomposer.org)
* [Vim](http://www.vim.org/)
* [PEAR](http://pear.php.net/)
* [cURL](http://curl.haxx.se/)
* [Node.js](http://nodejs.org/)
* [npm](https://npmjs.org/)
* [less](http://lesscss.org/)
* [OpenJDK](http://openjdk.java.net/)
* [sass](http://sass-lang.com/)
* [Compass](http://compass-style.org/)
* [Imagic](http://www.imagemagick.org/script/index.php)
* [Capistrano](https://github.com/capistrano/capistrano)
* [Capifony](http://capifony.org/)
* [phpqatools](http://phpqatools.org/)
* [memcached](http://memcached.org/)