Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/02/2007, 02:01
karl0x
 
Fecha de Ingreso: marzo-2004
Mensajes: 77
Antigüedad: 20 años, 8 meses
Puntos: 0
Instalar y configurar Symfony en WinXP

Amigos he tratado de instalar y configurar el framework Symfony en windows, pero sin ningun resultado favorable, he seguido todos los pasos del wiki de symfony para la configuracion en WinXP http://www.symfony-project.com/trac/...entEnvironment, pero sin ningun resultado favorable, les cuento que tengo las siguientes versiones instaldas:
PHP Version 5.2.0
Apache/2.2.4 (Win32)
tambien tengo configurado el PEAR 1.5.0 funcionando sin ningun problema.
Cuando descarge y instale el Synfony a travez del pear esta se guardo en la siguiente ruta C:\php5\PEAR\symfony, pero cuando quiero crear el frontend y backend con el comando
Código:
symfony init-project askeet
, me slae el siguiente error


C:\php5\PEAR\symfony>symfony init-project askeet

Warning: include(config/config.php): failed to open stream: No such file or dire
ctory in C:\php5\PEAR\symfony\symfony on line 13

Warning: include(): Failed opening 'config/config.php' for inclusion (include_pa
th='.;C:\php5\pear;c:\php5\includes\Smarty\libs') in C:\php5\PEAR\symfony\symfony on line 13

Warning: include(/bin/symfony.php): failed to open stream: No such file or directory in C:\php5\PEAR\symfony\symfony on line 14

Warning: include(): Failed opening '/bin/symfony.php' for inclusion (include_pat
h='.;C:\php5\pear;c:\php5\includes\Smarty\libs') in C:\php5\PEAR\symfony\symfony on line 14

C:\php5\PEAR\symfony>

pero no existe el la carpeta "config" y la carpeta "bin".

La pregunta es ¿Alguien de Uds ha configurado correctamente con Symfony en WinXP? y ademas haya corrido el ejemplo que muestra en el wiki, me gustaria que me digan los pasos de como se hace. Gracias

Saludos
Carlos