https://github.com/paunin/sf2_vagrant
https://github.com/paunin/sf2_vagrant
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paunin/sf2_vagrant
- Owner: paunin
- Created: 2015-02-24T15:13:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T13:54:34.000Z (over 10 years ago)
- Last Synced: 2025-02-01T07:41:20.840Z (8 months ago)
- Language: PHP
- Size: 480 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
paunin/sf2_vagrant
====================# Overview
* Vagrant with ansible provisioning
* Symfony 2 with set of bundles for work with rabbitMQ and admin CRUD panel# Requirements
* [Ansible](http://ansible.com)
* [Vagrant](https://www.vagrantup.com/)# Install
* Up vagrant `vagrant up --provision`
* Go to vagrant box `vagrant ssh`
* Go to doc root `cd /var/www`
* Run `php composer.phar install -vv` from project directory or `php composer.phar update -vv`
* Install DB schema `php app/console doctrine:schema:update --force`
* Load fixtures `php app/console doctrine:fixtures:load`
# Run## Application
Open [http://sf2.virtual.local:8080/app_dev.php](http://sf2.virtual.local:8080//app_dev.php) or [http://localhost:8888/app_dev.php](http://localhost:8888/app_dev.php)
## RabbitMQ panel
Open [http://sf2.virtual.local:15672](http://sf2.virtual.local:15672) or [http://localhost:15673](http://localhost:15673)