Projet

Général

Profil

Wiki » Historique » Version 6

Mathias Rouan, 13/12/2016 10:54

1 1 Mathias Rouan
h1. Wiki
2
3 3 Mathias Rouan
h2. pistes pour la configuration virtualhost apache symfony
4
5 1 Mathias Rouan
[[http://www.mist-labs.com/blog/installing-and-configuring-symfony2#.U8ZwwPl_uEB]]
6
[[http://fr.openclassrooms.com/informatique/cours/developpez-votre-site-web-avec-le-framework-symfony2/deployer-son-site-symfony2-en-production]]
7 3 Mathias Rouan
8 5 Mathias Rouan
h2. Prérequis
9
10
- Serveur Web PHP (Apache)
11
- Base de Données (postgreSQL)
12 6 Mathias Rouan
- Composer.phar (https://getcomposer.org/download/)
13 5 Mathias Rouan
14 3 Mathias Rouan
h2. Installation
15
16
déploiement depuis git :
17
- clone git://tucuxi.univ-brest.fr/managechart
18
- composer.lock à supprimer
19
- composer.phar self-update
20
- proc_open à autoriser en commentant la ligne dans /etc/php5/conf.d/zz_recommended.ini..
21 4 Mathias Rouan
- timeout et mailer_port à commenter dans app/config/config.yml
22 3 Mathias Rouan
- composer.phar install
23
- app/console assets:install web/ --symlink
24
- app/console assetic:dump --env=prod 
25
// -> erreur fos_user doctrincd ..e registry corrigée en bloquant la version de fosuser bundle à 2.0.0alpha3
26
- paramater.yml à configurer en live ou à copier
27
- timeout à remettre
28
- app/console cache:clear --env=prod 
29
- proc_open à bloquer
30
- droit www-data:
31
32
33
34
déploiement depuis tar :
35
tar zcf
36
copy
37
tar xf
38
rm -rf app/cache/*
39
remettre parameter.yml
40
chown -hR www-data: 
41
service apache2 restart
42
TRUC PAS BEAU : les liens symb vers opt/lampp/xxxx