Instalación de Symfony en Debian Etch
De CidesaWiki
(Diferencias entre revisiones)
				
																
				
				
								
				|  (New page: * Instalar Apache2, Instalación de PHP5 en Debian Etch * verificar la correcta instalación de php y pear.          $ php5 -v       PHP 5.1.6 (cli) (built: Mar  7 2007 12:4...) | |||
| (9 ediciones intermedias no se muestran.) | |||
| Línea 1: | Línea 1: | ||
| - | *  | + | * Se ejecutan las siguientes instrucciones para instalar symfony: | 
| - | + | ||
| - | + |          # pear channel-discover pear.symfony-project.com | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + |        Se generará el siguiente resultado: | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | |||
| - | |||
| - | |||
|        Adding Channel "pear.symfony-project.com" succeeded |        Adding Channel "pear.symfony-project.com" succeeded | ||
|        Discovery of channel "pear.symfony-project.com" succeeded |        Discovery of channel "pear.symfony-project.com" succeeded | ||
| - |          # pear install symfony/symfony | + |          # pear install symfony/symfony-1.0.22 | 
| - |        downloading symfony-1.0. | + | |
| - |        Starting to download symfony-1.0. | + |       Se generará el siguiente resultado:  | 
| + | |||
| + |        downloading symfony-1.0.22.tgz ... | ||
| + |        Starting to download symfony-1.0.22.tgz (1,911,013 bytes) | ||
|        .............................done: 1,911,013 bytes |        .............................done: 1,911,013 bytes | ||
| - |        install ok: channel://pear.symfony-project.com/symfony-1.0. | + |        install ok: channel://pear.symfony-project.com/symfony-1.0.22 | 
| - | * Se  | + | NOTA: | 
| + | * Si el pear no se puede conectar,ya que sale por un servidor proxy. Se debe ejecutar este comando antes del install: | ||
| - |          #  | + |          # pear config-set http_proxy ip_proxy:puerto | 
| - | + | ||
| - | |||
| - | + | * Se verifica la instalación de Symfony | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + |         # symfony -V | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | *  | + | * El comando mostrará este mensaje: | 
| + |       symfony version 1.0.XX | ||
Última versión de 18:28 8 mar 2012
- Se ejecutan las siguientes instrucciones para instalar symfony:
# pear channel-discover pear.symfony-project.com
Se generará el siguiente resultado:
     Adding Channel "pear.symfony-project.com" succeeded
     Discovery of channel "pear.symfony-project.com" succeeded
       # pear install symfony/symfony-1.0.22
     
     Se generará el siguiente resultado: 
     downloading symfony-1.0.22.tgz ...
     Starting to download symfony-1.0.22.tgz (1,911,013 bytes)
     .............................done: 1,911,013 bytes
     install ok: channel://pear.symfony-project.com/symfony-1.0.22
NOTA:
- Si el pear no se puede conectar,ya que sale por un servidor proxy. Se debe ejecutar este comando antes del install:
# pear config-set http_proxy ip_proxy:puerto
- Se verifica la instalación de Symfony
# symfony -V
- El comando mostrará este mensaje:
symfony version 1.0.XX

