Projet

Général

Profil

Wiki » Historique » Version 5

Mathias Rouan, 13/12/2016 10:42

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
13 3 Mathias Rouan
h2. Installation
14
15
déploiement depuis git :
16
- clone git://tucuxi.univ-brest.fr/managechart
17
- composer.lock à supprimer
18
- composer.phar self-update
19
- proc_open à autoriser en commentant la ligne dans /etc/php5/conf.d/zz_recommended.ini..
20 4 Mathias Rouan
- timeout et mailer_port à commenter dans app/config/config.yml
21 3 Mathias Rouan
- composer.phar install
22
- app/console assets:install web/ --symlink
23
- app/console assetic:dump --env=prod 
24
// -> erreur fos_user doctrincd ..e registry corrigée en bloquant la version de fosuser bundle à 2.0.0alpha3
25
- paramater.yml à configurer en live ou à copier
26
- timeout à remettre
27
- app/console cache:clear --env=prod 
28
- proc_open à bloquer
29
- droit www-data:
30
31
32
33
déploiement depuis tar :
34
tar zcf
35
copy
36
tar xf
37
rm -rf app/cache/*
38
remettre parameter.yml
39
chown -hR www-data: 
40
service apache2 restart
41
TRUC PAS BEAU : les liens symb vers opt/lampp/xxxx