Changes between Version 11 and Version 12 of Symfony


Ignore:
Timestamp:
Feb 8, 2012, 9:41:38 AM (14 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Christian Arnault/emailAddress=arnault@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Symfony

    v11 v12  
    33 * [http://symfony.com/ le site web]
    44
    5 Symfony est installé dans `...pspa/Symfony`
     5Symfony a été installé dans `/htdocs2/vm-web-2/pspa/Symfony` qui est l'espace accessible au serveur Apache.
    66
    77== Installation d'un bundle
    8 En terminologie Symfony, tout développement de présente comme un ''bundle'' (librairies, ressources, ...)
     8En terminologie Symfony, tout développement se présente comme un ''bundle'' (librairies, ressources, ...)
    99
    1010La documentation pour démarrer est [http://symfony.com/doc/current/book/page_creation.html ici]. On y apprend comment installer un bundle minimal. J'ai donc créé un bundle PSPA.
    1111A priori, j'ai utilisé la commande Unix:
    1212{{{
    13 (sur la machine vm-web-2)
     13(en étant connecté ssh sur la machine vm-web-2)
    1414
    1515> cd /htdocs2/vm-web-2/pspa
     
    3838
    3939{{{
    40 /framework/PSPA/HelloBundle/...
     40/htdocs2/vm-web-2/pspa/framework/PSPA/HelloBundle/...
    4141}}}
    4242