On 12 Jan 2014, at 18:44, Hern�n Morales Durand <hernan.morales@gmail.com> wrote:


Hi Esteban,

2014/1/11 Esteban Lorenzano <estebanlm@gmail.com>
hi,

as Sven say, you can do something like this:

./pharo Pharo.image config "filetree://repository/mc" ConfigurationOfSomething --install=baseline

just one for line, because we do not have a centralised repository (yet)

A totally ignorant question, isn't the SmalltalkHub supposed to be a centralised repository?

nope� that�s a project repository, but not centralised. 
A centralised repository of configurations would be something like the MetaRepoForPharo30 or the catalog� and unique place/index where pharo can find all the artifacts. Which is obviously not smalltalkhub :)

Esteban


 
and because what we expect is that you do your own ConfigurationOfYourProject and then you can do the load in just one line (I do that several times a day, so I prepared a script that looks for a �pharo_config� file in the subdirectory of the project and if is there, a configuration is automatically triggered.

I see, it looks a good idea, need to try the filetree one day.
Thanks

Hern�n

 

Esteban




On 11 Jan 2014, at 18:01, Sven Van Caekenberghe <sven@stfx.eu> wrote:

> It can be done one at a time, with a couple of extra parameters, but I guess you already know that.
>
> With a little wrapper script, you could make this work.
>
> But is is a good idea.
>
> On 11 Jan 2014, at 17:48, Hern�n Morales Durand <hernan.morales@gmail.com> wrote:
>
>>
>> Can we install packages like this?
>>
>> $ pharo config NeoCSV INIFile OSProcess Pharo.image
>>
>> That would install stable versions from default repository for pharo image in current working directory in headless mode, save and quit.
>>
>> Cheers,
>>
>> Hern�n
>>
>
>