BasicSymfony is a Plug&Play installation/package for easy and fast Symfony deploy. Try it.
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
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!
¿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