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.
- Host: GitHub
- URL: https://github.com/ck-developer/vagrant-symfony2-box
- Owner: ck-developer
- Created: 2014-03-23T14:05:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-25T09:24:33.000Z (almost 12 years ago)
- Last Synced: 2025-04-13T03:08:59.932Z (10 months ago)
- Language: Puppet
- Size: 1.09 MB
- Stars: 5
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)