Re: [symfony-users] Problems while trying to create a new project and using --installer option

2010-02-01 Thread ReynierPM
On 1/25/2010 12:59 PM, Eno wrote: Have you tried using an absolute path? Hi Eno: I move my development enviroment to a dedicated Linux server. So I try this 3 commands: 1) r...@ep-reynier:/var/www/sfwebacula# symfony generate:project --installer=./installer.php sfwebacula ReynierPM The

Re: [symfony-users] Problems while trying to create a new project and using --installer option

2010-02-01 Thread Alexandru-Emil Lupu
Make sure you provide the full path (/var/www/), and after that, make sure that installer is readable by the php cli On Tue, Feb 2, 2010 at 2:34 AM, ReynierPM rper...@uci.cu wrote: On 1/25/2010 12:59 PM, Eno wrote: Have you tried using an absolute path? Hi Eno: I move my development

[symfony-users] Problems while trying to create a new project and using --installer option

2010-01-25 Thread ReynierPM
Hi every: I need to create a installer for a project and I run this command for accomplish this task: D:\WebServer\varwww\sfwebaculasymfony generate:project sfwebacula ReynierPM --installer=./installer.php But get this error: The installer ./installer.php does not exist. What I'm doing