Skip to content

sopinet/BasicSymfony

Repository files navigation

SensioLabsInsight Build Status Scrutinizer Code Quality

What is it?

BasicSymfony is a Plug&Play installation/package for easy and fast Symfony deploy. Try it.

Requirements

BasicSymfony includes phpdocumentor/template-zend that requires ext-xsl PHP extension to work. Symfony also requires intl PHP extension for multilanguage support. This can be installed through your package manager:

sudo apt-get install php5-xsl
sudo apt-get install php5-intl

Installation

Console

cd /var/www/
git clone --branch 2.8 https://github.com/sopinet/BasicSymfony.git YourProjectName

Change parameters.yml with your configuration database

Execute:

First installation (generate bundles)

sh scripts/composer_install.sh

It required to you set your database (you need create it first)

Update SCHEMA (for fos_user / sonata)

sh scripts/schema_update.sh

Install assets

sh scripts/assetic_install.sh

Clean caché

sh scripts/cache_clear.sh

Create superAdmin user

sh scripts/admin_create.sh USER EMAIL@EMAIL.COM PLAIN_PASSWORD

Change repository

git remote set-url origin https://github.com/USERNAME/YOUREPOSITORY.git

How to customize error pages overriding the default error templates

The Cookbook - Overriding the Default Error Templates

That's all!

¿ERRORES? (TODO: Translate to English)

¿Has encontrado errores?

  • En ese caso, antes de hacer el cambio del repositorio por el tuyo, haz un git commit / push y mándanos los errores que hayas arreglado corregidos
  • Gracias

About

Easy download a project Symfony2 with the most important bundles and all configuration required

Resources

License

Stars

Watchers

Forks

Packages

No packages published