Newbie here

183 views
Skip to first unread message

ReynierPM

unread,
Feb 20, 2012, 8:34:24 PM2/20/12
to vespol...@googlegroups.com
Ok, I'm newbie to Vespolina Dev mailing list and also to SF2 because I'm not involve until now in a real project who make me study and learn from community and others. So where is the start point and what I should know in order to help and get this product end ASAP?

IamPersistent

unread,
Feb 20, 2012, 8:50:38 PM2/20/12
to vespol...@googlegroups.com
You mentioned on the SF2 list you were having problems with getting the sandbox set up. What are specifically running into? I think both Cordoval and Inspiran have both been working on that.

reyn...@gmail.com

unread,
Feb 20, 2012, 8:55:18 PM2/20/12
to vespol...@googlegroups.com
Here is the problem I'm getting:

[root@webserver html]# git clone g...@github.com:vespolina/vespolina.git
Initialized empty Git repository in /var/www/html/vespolina/.git/
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

Any help?
Ing. Reynier Pérez Mira

Richard Shank

unread,
Feb 20, 2012, 9:52:06 PM2/20/12
to vespol...@googlegroups.com
That seems like it could be a permissions issue with github. check this page http://help.github.com/ssh-issues/

reyn...@gmail.com

unread,
Feb 20, 2012, 10:16:19 PM2/20/12
to vespol...@googlegroups.com
Ok I solve the SSH problem but know when I do  git clone g...@github.com:vespolina/vespolina.git the the vespolina directory is empty, why?
Ing. Reynier Pérez Mira

Luis Cordova

unread,
Feb 20, 2012, 11:18:06 PM2/20/12
to vespol...@googlegroups.com
that is not the repository, please navigate to github and go to the correct vespolina-sandbox repo

reyn...@gmail.com

unread,
Feb 20, 2012, 11:24:07 PM2/20/12
to vespol...@googlegroups.com
Ok maybe I can't read or something goes wrong here. I navigate to this page  https://github.com/vespolina/vespolina-sandbox  which seem to be the vespolina-sandbox and I get this line git clone g...@github.com:vespolina/vespolina.git from README.rst, maybe you'll need to update this outdated docs because for some others could be a BIG or a real problem. Any way the correct line is git clone git://github.com/vespolina/vespolina-sandbox.git or I'm still wrong?

Cheers and thanks

Ing. Reynier Pérez Mira



reyn...@gmail.com

unread,
Feb 20, 2012, 11:29:21 PM2/20/12
to vespol...@googlegroups.com
Anyway I just clone the repo for vespolina-sanbox but surprise .... see what's happen when I try to run the rest of commands needed to setup all:

[root@webserver vespolina-sandbox]# chmod a+w app/cache/ app/logs/
chmod: cannot access `app/cache/': No such file or directory
chmod: cannot access `app/logs/': No such file or directory

[root@webserver vespolina-sandbox]# ./bin/vendors install
PHP Warning:  parse_ini_file(/var/www/html/vespolina-sandbox/deps): failed to open stream: No such file or directory in /var/www/html/vespolina-sandbox/bin/vendors on line 69
The deps file is not valid ini syntax. Perhaps missing a trailing newline?

So, something is really wrong here. Can one of yours fix this?
Cheers one more time

Ing. Reynier Pérez Mira



Luis Cordova

unread,
Feb 20, 2012, 11:39:12 PM2/20/12
to vespol...@googlegroups.com
nothing wrong, sandbox at least that branch does not use bin/vendors, uses composer
please try to be a little bit more proactive, i know some docu is outdated, so just trust the code more

reyn...@gmail.com

unread,
Feb 20, 2012, 11:48:25 PM2/20/12
to vespol...@googlegroups.com
Ok my bad I didn't knew about composer and this isn't described in Sf2 Book at Symfony site :-( so I take a look at Google and found this  http://knplabs.com/blog/symfony2-with-composer but what is the command I need to run in order to get all deps for vespolina-sandbox? I try with ./bin/vendors install but get this error:

[root@webserver vespolina-sandbox]# ./bin/vendors install
PHP Warning:  parse_ini_file(/var/www/html/vespolina-sandbox/deps): failed to open stream: No such file or directory in /var/www/html/vespolina-sandbox/bin/vendors on line 69
The deps file is not valid ini syntax. Perhaps missing a trailing newline?

Any help?
Ing. Reynier Pérez Mira

reyn...@gmail.com

unread,
Feb 21, 2012, 12:02:15 AM2/21/12
to vespol...@googlegroups.com
Ok, is me again here. I found a guide at  http://talater.com/symfony_console_component/  to use composer but I get this error while give a try:

[root@webserver vespolina-sandbox]# ./composer.phar install

 [UnexpectedValueException]
  Repository doctrine-workflow must have a type defined

Still wrong or what?

Ing. Reynier Pérez Mira



Luis Cordova

unread,
Feb 21, 2012, 12:21:10 AM2/21/12
to vespol...@googlegroups.com
check craftitonline.com sorry i have not much time now but i will respond when i get time

reyn...@gmail.com

unread,
Feb 21, 2012, 12:40:51 AM2/21/12
to vespol...@googlegroups.com
OK, I've check the page at  http://www.craftitonline.com/2012/01/vespolina-the-sandbox-story-4-composer-json-to-the-rescue/  and follow step by step but get this error while try to run the command:

[root@webserver vespolina-sandbox]# composer install --dry-run --dev
PHP Fatal error:  Class 'Symfony\Component\Console\Application' not found in /root/composer/src/Composer/Console/Application.php on line 37

What's wrong now? Sorry for my ignorance but I'm not familiar with composer better I never knew about it :-(

Ing. Reynier Pérez Mira



dan...@xerias.be

unread,
Feb 21, 2012, 2:55:21 AM2/21/12
to vespol...@googlegroups.com
Hey,

Thx for the interest in the project. Note that we have currently the
sandbox in a broken state due to very recent changes with composer.
I'll try to get the sandbox working again by the end of this week.

If you have questions feel free to ask them on IRC (freenode,
#vespolina) if we are around (for me that is typically between 21 - 23
CET).

dan...@xerias.be

unread,
Feb 21, 2012, 2:56:35 AM2/21/12
to vespol...@googlegroups.com
Hey,

Thx for the interest in the project. Note that we have currently the
sandbox in a broken state due to very recent changes with composer.
I'll try to get the sandbox working again by the end of this week.

If you have questions feel free to ask them on IRC (freenode,
#vespolina) if we are around (for me that is typically between 21 - 23
CET).

> [30]  and follow step by step but get this error while try to run


> the command:
>
> [root@webserver vespolina-sandbox]# composer install --dry-run --dev

> PHP Fatal error:  Class 'SymfonyComponentConsoleApplication' not


> found in /root/composer/src/Composer/Console/Application.php on line
> 37
>
> What's wrong now? Sorry for my ignorance but I'm not familiar with
> composer better I never knew about it :-(
>
> Ing. Reynier Pérez Mira
>

> http://reynierpm.site90.com/ [31]
>
> On Tue, Feb 21, 2012 at 12:51 AM, Luis Cordova wrote:
>
>> check craftitonline.com [27] sorry i have not much time now but i


>> will respond when i get time
>>

>> On Tue, Feb 21, 2012 at 12:02 AM, reyn...@gmail.com [28] wrote:
>>
>>> Ok, is me again here. I found a guide at 

>>> http://talater.com/symfony_console_component/ [23]  to use


>>> composer but I get this error while give a try:
>>>
>>> [root@webserver vespolina-sandbox]# ./composer.phar install
>>>
>>>  [UnexpectedValueException]
>>>   Repository doctrine-workflow must have a type defined
>>>
>>> Still wrong or what?
>>>
>>> Ing. Reynier Pérez Mira
>>>

>>> http://reynierpm.site90.com/ [24]
>>>
>>> On Tue, Feb 21, 2012 at 12:18 AM, reyn...@gmail.com [25]


>>> wrote:
>>>
>>>> Ok my bad I didn't knew about composer and this isn't described
>>>> in Sf2 Book at Symfony site :-( so I take a look at Google and
>>>> found this  http://knplabs.com/blog/symfony2-with-composer

>>>> [20] but what is the command I need to run in order to get all


>>>> deps for vespolina-sandbox? I try with ./bin/vendors install
>>> but
>>>> get this error:
>>>>
>>>> [root@webserver vespolina-sandbox]# ./bin/vendors install
>>>> PHP Warning:
>>>>  parse_ini_file(/var/www/html/vespolina-sandbox/deps): failed
>>>> to open stream: No such file or directory in
>>>> /var/www/html/vespolina-sandbox/bin/vendors on line 69
>>>> The deps file is not valid ini syntax. Perhaps missing a
>>>> trailing newline?
>>>>

>>>> Any help?Ing. Reynier Pérez Mira
>>>>
>>>> http://reynierpm.site90.com/ [21]


>>>>
>>>> On Tue, Feb 21, 2012 at 12:09 AM, Luis Cordova wrote:
>>>>
>>>>> nothing wrong, sandbox at least that branch does not use
>>>>> bin/vendors, uses composer
>>>>> please try to be a little bit more proactive, i know some
>>>>> docu is outdated, so just trust the code more
>>>>>

>>>>> On Mon, Feb 20, 2012 at 11:29 PM, reyn...@gmail.com [18]


>>>>> wrote:
>>>>>
>>>>>> Anyway I just clone the repo for vespolina-sanbox but
>>>>>> surprise .... see what's happen when I try to run the rest
>>>>>> of commands needed to setup all:
>>>>>>
>>>>>> [root@webserver vespolina-sandbox]# chmod a+w app/cache/
>>>>>> app/logs/
>>>>>> chmod: cannot access `app/cache/': No such file or
>>>>>> directory
>>>>>> chmod: cannot access `app/logs/': No such file or directory
>>>>>>
>>>>>> [root@webserver vespolina-sandbox]# ./bin/vendors install
>>>>>> PHP Warning:
>>>>>>  parse_ini_file(/var/www/html/vespolina-sandbox/deps):
>>>>>> failed to open stream: No such file or directory in
>>>>>> /var/www/html/vespolina-sandbox/bin/vendors on line 69
>>>>>> The deps file is not valid ini syntax. Perhaps missing a
>>>>>> trailing newline?
>>>>>>
>>>>>> So, something is really wrong here. Can one of yours fix
>>>>>> this?
>>>>>> Cheers one more time
>>>>>>
>>>>>> Ing. Reynier Pérez Mira
>>>>>>

>>>>>> http://reynierpm.site90.com/ [15]
>>>>>>
>>>>>> On Mon, Feb 20, 2012 at 11:54 PM, reyn...@gmail.com [16]


>>>>>> wrote:
>>>>>>
>>>>>>> Ok maybe I can't read or something goes wrong here. I
>>>>>>> navigate to this page 

>>>>>>> https://github.com/vespolina/vespolina-sandbox [10] 


>>>>>>> which seem to be the vespolina-sandbox and I get this
>>>>>>> line git clone g...@github.com:vespolina/vespolina.git

>>>>>>> [11] from README.rst, maybe you'll need to update this


>>>>>>> outdated docs because for some others could be a BIG or a
>>>>>>> real problem. Any way the correct line is git
>>>>>>> clone git://github.com/vespolina/vespolina-sandbox.git

>>>>>>> [12] or I'm still wrong?


>>>>>>>
>>>>>>> Cheers and thanks
>>>>>>>
>>>>>>> Ing. Reynier Pérez Mira
>>>>>>>

>>>>>>> http://reynierpm.site90.com/ [13]


>>>>>>>
>>>>>>> On Mon, Feb 20, 2012 at 11:48 PM, Luis Cordova wrote:
>>>>>>>
>>>>>>>> that is not the repository, please navigate to github
>>>>>>>> and go to the correct vespolina-sandbox repo
>>>>>>>>
>>>>>>>> On Mon, Feb 20, 2012 at 10:16 PM, reyn...@gmail.com
>>>>>>>> [8] wrote:
>>>>>>>>
>>>>>>>>> Ok I solve the SSH problem but know when I do  git

>>>>>>>>> clone g...@github.com [5]:vespolina/vespolina.git the


>>>>>>>>> the vespolina directory is empty, why?
>>>>>>>>> Ing. Reynier Pérez Mira
>>>>>>>>>

>>>>>>>>> http://reynierpm.site90.com/ [6]


>>>>>>>>>
>>>>>>>>> On Mon, Feb 20, 2012 at 10:22 PM, Richard Shank

>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> That seems like it could be a permissions issue
>>>>>>>>>> with github. check this page

>>>>>>>>>> http://help.github.com/ssh-issues/ [3]
>>>>>>>>>>
>>>>>>>>>> On 02/20/2012 05:55 PM, reyn...@gmail.com [4]


>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Here is the problem I'm getting:
>>>>>>>>>>>
>>>>>>>>>>> [root@webserver html]# git clone

>>>>>>>>>>> g...@github.com:vespolina/vespolina.git [1]


>>>>>>>>>>> Initialized empty Git repository in
>>>>>>>>>>> /var/www/html/vespolina/.git/
>>>>>>>>>>> Permission denied (publickey).
>>>>>>>>>>> fatal: The remote end hung up unexpectedly
>>>>>>>>>>>
>>>>>>>>>>> Any help?
>>>>>>>>>>> Ing. Reynier Pérez Mira
>>>>>>>>>>>
>>>>>>>>>>> On Mon, Feb 20, 2012 at 9:20 PM, IamPersistent

>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> You mentioned on the SF2 list you were having
>>>>>>>>>>>> problems with getting the sandbox set up. What
>>>>>>>>>>>> are specifically running into? I think both
>>>>>>>>>>>> Cordoval and Inspiran have both been working on
>>>>>>>>>>>> that.
>
>
>

> Links:
> ------
> [1] mailto:g...@github.com:vespolina/vespolina.git
> [2] mailto:iamper...@gmail.com
> [3] http://help.github.com/ssh-issues/
> [4] mailto:reyn...@gmail.com
> [5] mailto:git%40github.com
> [6] http://reynierpm.site90.com/
> [7] mailto:dev...@zestic.com
> [8] mailto:reyn...@gmail.com
> [9] mailto:reyn...@gmail.com
> [10] https://github.com/vespolina/vespolina-sandbox
> [11] mailto:g...@github.com:vespolina/vespolina.git
> [12] http://github.com/vespolina/vespolina-sandbox.git
> [13] http://reynierpm.site90.com/
> [14] mailto:cord...@gmail.com
> [15] http://reynierpm.site90.com/
> [16] mailto:reyn...@gmail.com
> [17] mailto:reyn...@gmail.com
> [18] mailto:reyn...@gmail.com
> [19] mailto:reyn...@gmail.com
> [20] http://knplabs.com/blog/symfony2-with-composer
> [21] http://reynierpm.site90.com/
> [22] mailto:cord...@gmail.com
> [23] http://talater.com/symfony_console_component/
> [24] http://reynierpm.site90.com/
> [25] mailto:reyn...@gmail.com
> [26] mailto:reyn...@gmail.com
> [27] http://craftitonline.com
> [28] mailto:reyn...@gmail.com
> [29] mailto:reyn...@gmail.com
> [30]
>
> http://www.craftitonline.com/2012/01/vespolina-the-sandbox-story-4-composer-json-to-the-rescue/
> [31] http://reynierpm.site90.com/
> [32] mailto:cord...@gmail.com

Reply all
Reply to author
Forward
0 new messages