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 2 : Ligne 2 :
# Récupérer le dépôt git: https://icube-forge.unistra.fr/sysinfo/intranetlabo
# Récupérer le dépôt git: https://icube-forge.unistra.fr/sysinfo/intranetlabo
## git clone git@icube-forge.unistra.fr:sysinfo/intranetlabo.git
## git clone git@icube-forge.unistra.fr:sysinfo/intranetlabo.git
## git checkout ''branchdeprod''
## php bin/vendors install
## configurer apache comme il se doit ( Alias /symfony /var/www/intranetLabo/web/ )
## sudo chown -R www-data:www-data intranetLabo

Version du 26 juin 2013 à 08:45

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
    4. configurer apache comme il se doit ( Alias /symfony /var/www/intranetLabo/web/ )
    5. sudo chown -R www-data:www-data intranetLabo