paunin / sf2_vagrant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paunin/sf2_vagrant

Overview

  • Vagrant with ansible provisioning
  • Symfony 2 with set of bundles for work with rabbitMQ and admin CRUD panel

Requirements

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 or http://localhost:8888/app_dev.php

RabbitMQ panel

Open http://sf2.virtual.local:15672 or http://localhost:15673

About


Languages

Language:PHP 91.4%Language:ApacheConf 4.3%Language:CSS 3.1%Language:Ruby 0.9%Language:HTML 0.2%