logo université de Strasbourg logo CNRS logo INSA Strasbourg logo ENGEES

Service informatique

« Symfony » : différence entre les versions

De Service informatique
Aller à la navigation Aller à la recherche
Ligne 3 : Ligne 3 :
## git clone git@icube-forge.unistra.fr:sysinfo/intranetlabo.git
## git clone git@icube-forge.unistra.fr:sysinfo/intranetlabo.git
## git checkout ''branchdeprod''
## git checkout ''branchdeprod''
## php bin/vendors install ou composer install
## php bin/vendors install ou '''composer install''' ([http://symfony.com/fr/doc/current/book/installation.html#option-1-composer composer] doit déjà être installé)
## configurer apache comme il se doit ( Alias /symfony /var/www/intranetLabo/web/ )
## configurer apache comme il se doit ( Alias /symfony /var/www/intranetLabo/web/ )
## sudo chown -R www-data:www-data intranetLabo
## sudo chown -R www-data:www-data intranetLabo

Version du 26 juin 2013 à 08:56

Mise en prod

  1. Récupérer le dépôt git: https://icube-forge.unistra.fr/sysinfo/intranetlabo
    1. git clone git@icube-forge.unistra.fr:sysinfo/intranetlabo.git
    2. git checkout branchdeprod
    3. php bin/vendors install ou composer install (composer doit déjà être installé)
    4. configurer apache comme il se doit ( Alias /symfony /var/www/intranetLabo/web/ )
    5. sudo chown -R www-data:www-data intranetLabo