https://github.com/slavahatnuke/vagranty-symfony2
Vagranty Symfony2 - Simple way to create symfony2 project in few commands
https://github.com/slavahatnuke/vagranty-symfony2
Last synced: 2 months ago
JSON representation
Vagranty Symfony2 - Simple way to create symfony2 project in few commands
- Host: GitHub
- URL: https://github.com/slavahatnuke/vagranty-symfony2
- Owner: slavahatnuke
- Created: 2013-12-27T23:07:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-28T00:17:11.000Z (over 11 years ago)
- Last Synced: 2025-01-28T23:31:11.012Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vagranty Symfony2
## Requirements
* `curl`
* `nfsd`
* `virtualbox` | https://www.virtualbox.org/wiki/Downloads
* `vagrant` | http://www.vagrantup.com/downloads## Start
* `mkdir sf2 && cd sf2`
* `curl -sSL https://raw.github.com/slavahatnuke/vagranty-symfony2/master/install.sh | sh`
* `cd vm && vagrant up`
* http://192.168.80.80/app_dev.php
* `vagrant provision`## Setup your IP for DEV
* add `192.168.80.1` to `web/app_dev.php` like `array('127.0.0.1', '192.168.80.1', 'fe80::1', '::1')`## Inside
* `vagrant ssh`
* `cd project && ls`## Provision
* `vagrant provision`
* `vagrant ssh`
* `cd ~/project/vm/vitality`
* `vitality vitality.yml`## Links
### Ubuntu
* Virtualbox PPA | http://www.ubuntuupdates.org/ppa/virtualbox
* curl | `sudo apt-get install -y curl`
* nfsd | `sudo apt-get install -y nfs-kernel-server`