Nicolai

I started super simple. I clone and point my fresh dled image to the use
the clone.
Then I can do simple PR and review the issues.
I will do the installation several times to learn (but not clone).

I'm not sure that it is needed but I have
cd   /Users/ducasse/Library/Preferences/pharo/7.0

StartupPreferencesLoader default executeAtomicItems: {
        StartupAction
                name: 'Git Settings'
                code: [
                        FileStream stdout
                                cr; nextPutAll: 'Setting the ssh
credentials'; cr.
                        Iceberg enableMetacelloIntegration: true.
                        IceCredentialsProvider useCustomSsh: true.
                        IceCredentialsProvider sshCredentials
                                        username: 'git';
                                        publicKey:
'/Users/ducasse/.ssh/id_rsa.pub';
                                        privateKey:
'/Users/ducasse/.ssh/id_rsa'.
                        IceCredentialsProvider
                                plaintextCredentials:
(IcePlaintextCredentials new username: 'Ducasse'; password: 'xxxx' ;
yourself ).
                        FileStream stdout
                                cr; nextPutAll: 'Finished'; cr ].
}.



On Fri, Aug 11, 2017 at 9:46 AM, Guillermo Polito <guillermopol...@gmail.com
> wrote:

> I extended the document with some windows specific instructions also.
>
> On Fri, Aug 11, 2017 at 9:31 AM, Guillermo Polito <
> guillermopol...@gmail.com> wrote:
>
>>
>>
>> On Fri, Aug 11, 2017 at 12:34 AM, Nicolai Hess <nicolaih...@gmail.com>
>> wrote:
>>
>>>
>>>
>>> 2017-08-10 17:17 GMT+02:00 Guillermo Polito <guillermopol...@gmail.com>:
>>>
>>>> Hi,
>>>>
>>>> I've made some write up for the pharo part (not metacello or external
>>>> projects)
>>>>
>>>> https://github.com/guillep/PharoIntegrationProcess/wiki/Cont
>>>> ribute-a-fix-to-Pharo
>>>>
>>>> Of course, expect bugs on it :) Not everything is smooth. If you have
>>>> comments, they are welcome.
>>>>
>>>
>>>
>>>
>>> [image: Inline-Bild 1]
>>>
>>>
>>> In option 2, I think this should be "Click on the Edit button",
>>>
>>
>> Thanks, fixed!
>>
>>>
>>>
>>>
>>>
>>>>
>>>> Guille
>>>>
>>>> --
>>>>
>>>>
>>>>
>>>> Guille Polito
>>>>
>>>>
>>>> Research Engineer
>>>>
>>>> French National Center for Scientific Research - *http://www.cnrs.fr*
>>>> <http://www.cnrs.fr>
>>>>
>>>>
>>>>
>>>> *Web:* *http://guillep.github.io* <http://guillep.github.io>
>>>>
>>>> *Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013>
>>>>
>>>
>>>
>>
>>
>> --
>>
>>
>>
>> Guille Polito
>>
>>
>> Research Engineer
>>
>> French National Center for Scientific Research - *http://www.cnrs.fr*
>> <http://www.cnrs.fr>
>>
>>
>>
>> *Web:* *http://guillep.github.io* <http://guillep.github.io>
>>
>> *Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013>
>>
>
>
>
> --
>
>
>
> Guille Polito
>
>
> Research Engineer
>
> French National Center for Scientific Research - *http://www.cnrs.fr*
> <http://www.cnrs.fr>
>
>
>
> *Web:* *http://guillep.github.io* <http://guillep.github.io>
>
> *Phone: *+33 06 52 70 66 13 <+33%206%2052%2070%2066%2013>
>

Reply via email to