Instalación de Symfony en Debian Etch
De CidesaWiki
(Diferencias entre revisiones)
				
																
				
				
								
				| Línea 1: | Línea 1: | ||
| - | |||
| * Se ejecutan las siguientes instrucciones para instalar symfony: | * Se ejecutan las siguientes instrucciones para instalar symfony: | ||
|          # pear channel-discover pear.symfony-project.com |          # 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 | ||
| Línea 8: | Línea 10: | ||
|          # pear install symfony/symfony-1.0.22 |          # pear install symfony/symfony-1.0.22 | ||
| + | |||
| + |       Se generará el siguiente resultado:  | ||
| + | |||
|        downloading symfony-1.0.22.tgz ... |        downloading symfony-1.0.22.tgz ... | ||
|        Starting to download symfony-1.0.22.tgz (1,911,013 bytes) |        Starting to download symfony-1.0.22.tgz (1,911,013 bytes) | ||
| Línea 13: | Línea 18: | ||
|        install ok: channel://pear.symfony-project.com/symfony-1.0.22 |        install ok: channel://pear.symfony-project.com/symfony-1.0.22 | ||
| - | * Si el pear no se puede conectar,ya que sale por un servidor proxy: | + | 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 |          # pear config-set http_proxy ip_proxy:puerto | ||
| Línea 21: | Línea 27: | ||
|          # symfony -V |          # 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

