[Pharo-project] Generating the command line bash scripts
Hi Camillo, Do you use some code to generate the bash scripts for downloading the image and the vm? If yes it is it available somewhere? Cheers, Andrei
It is all here: http://smalltalkhub.com/#!/~Pharo/ZeroConf I think I didn't create a configuration yet, but there are no external dependencies anyway. After install the latest package you can generate all scripts like this: ./pharo Pharo.Image zeroconf and you will get a bunch of scripts next to your image. On 2013-04-04, at 12:46, Andrei Vasile Chis <chisvasileandrei@gmail.com> wrote:
Hi Camillo,
Do you use some code to generate the bash scripts for downloading the image and the vm? If yes it is it available somewhere?
Cheers, Andrei
Super. Thanks a lot. Andrei On Thu, Apr 4, 2013 at 1:12 PM, Camillo Bruni <camillobruni@gmail.com>wrote:
It is all here:
http://smalltalkhub.com/#!/~Pharo/ZeroConf
I think I didn't create a configuration yet, but there are no external dependencies anyway. After install the latest package you can generate all scripts like this:
./pharo Pharo.Image zeroconf
and you will get a bunch of scripts next to your image.
On 2013-04-04, at 12:46, Andrei Vasile Chis <chisvasileandrei@gmail.com> wrote:
Hi Camillo,
Do you use some code to generate the bash scripts for downloading the image and the vm? If yes it is it available somewhere?
Cheers, Andrei
Hi Camillo, I've made some small modifications so I can also generate ZeroConf for Moose. Also generating the vm scripts does not work for me as it tries to delete the 'vm' folder. Cheers, Andrei On Thu, Apr 4, 2013 at 1:51 PM, Andrei Vasile Chis < chisvasileandrei@gmail.com> wrote:
Super. Thanks a lot.
Andrei
On Thu, Apr 4, 2013 at 1:12 PM, Camillo Bruni <camillobruni@gmail.com>wrote:
It is all here:
http://smalltalkhub.com/#!/~Pharo/ZeroConf
I think I didn't create a configuration yet, but there are no external dependencies anyway. After install the latest package you can generate all scripts like this:
./pharo Pharo.Image zeroconf
and you will get a bunch of scripts next to your image.
On 2013-04-04, at 12:46, Andrei Vasile Chis <chisvasileandrei@gmail.com> wrote:
Hi Camillo,
Do you use some code to generate the bash scripts for downloading the image and the vm? If yes it is it available somewhere?
Cheers, Andrei
On 2013-04-05, at 19:55, Andrei Vasile Chis <chisvasileandrei@gmail.com> wrote:
Hi Camillo,
I've made some small modifications so I can also generate ZeroConf for Moose.
I just check the diff, looks nice, good work! I wonder what I wanted with the whole #combiningScript stuff :P seems strange now.
Also generating the vm scripts does not work for me as it tries to delete the 'vm' folder.
yeah, maybe I should rename the folder to pharo-vm or so ;) to avoid clashes with the default names...
Cheers, Andrei
On Thu, Apr 4, 2013 at 1:51 PM, Andrei Vasile Chis < chisvasileandrei@gmail.com> wrote:
Super. Thanks a lot.
Andrei
On Thu, Apr 4, 2013 at 1:12 PM, Camillo Bruni <camillobruni@gmail.com>wrote:
It is all here:
http://smalltalkhub.com/#!/~Pharo/ZeroConf
I think I didn't create a configuration yet, but there are no external dependencies anyway. After install the latest package you can generate all scripts like this:
./pharo Pharo.Image zeroconf
and you will get a bunch of scripts next to your image.
On 2013-04-04, at 12:46, Andrei Vasile Chis <chisvasileandrei@gmail.com> wrote:
Hi Camillo,
Do you use some code to generate the bash scripts for downloading the image and the vm? If yes it is it available somewhere?
Cheers, Andrei
Another small remark. The current scripts are nice, but in the future if other people would like to create more zeroconf scripts for other project it might be useful to have something like the following: AbstractZeroConfBashScript ZeroConfImageScript PharoZeroConfImageScript MooseZeroConfImageScript ... On Fri, Apr 5, 2013 at 8:45 PM, Camillo Bruni <camillobruni@gmail.com>wrote:
On 2013-04-05, at 19:55, Andrei Vasile Chis <chisvasileandrei@gmail.com> wrote:
Hi Camillo,
I've made some small modifications so I can also generate ZeroConf for Moose.
I just check the diff, looks nice, good work! I wonder what I wanted with the whole #combiningScript stuff :P seems strange now.
Also generating the vm scripts does not work for me as it tries to delete the 'vm' folder.
yeah, maybe I should rename the folder to pharo-vm or so ;) to avoid clashes with the default names...
Cheers, Andrei
On Thu, Apr 4, 2013 at 1:51 PM, Andrei Vasile Chis < chisvasileandrei@gmail.com> wrote:
Super. Thanks a lot.
Andrei
On Thu, Apr 4, 2013 at 1:12 PM, Camillo Bruni <camillobruni@gmail.com wrote:
It is all here:
http://smalltalkhub.com/#!/~Pharo/ZeroConf
I think I didn't create a configuration yet, but there are no external dependencies anyway. After install the latest package you can generate all scripts like this:
./pharo Pharo.Image zeroconf
and you will get a bunch of scripts next to your image.
On 2013-04-04, at 12:46, Andrei Vasile Chis < chisvasileandrei@gmail.com> wrote:
Hi Camillo,
Do you use some code to generate the bash scripts for downloading the image and the vm? If yes it is it available somewhere?
Cheers, Andrei
ah true, we can add that, makes things a bit more clear :) I will also add a custom #help and #htmlHelp variable so I can add more information for the entry script at http://get.pharo.org linking to all the other possible scripts on the server. On 2013-04-05, at 21:08, Andrei Vasile Chis <chisvasileandrei@gmail.com> wrote:
Another small remark. The current scripts are nice, but in the future if other people would like to create more zeroconf scripts for other project it might be useful to have something like the following: AbstractZeroConfBashScript ZeroConfImageScript PharoZeroConfImageScript MooseZeroConfImageScript ...
On Fri, Apr 5, 2013 at 8:45 PM, Camillo Bruni <camillobruni@gmail.com>wrote:
On 2013-04-05, at 19:55, Andrei Vasile Chis <chisvasileandrei@gmail.com> wrote:
Hi Camillo,
I've made some small modifications so I can also generate ZeroConf for Moose.
I just check the diff, looks nice, good work! I wonder what I wanted with the whole #combiningScript stuff :P seems strange now.
Also generating the vm scripts does not work for me as it tries to delete the 'vm' folder.
yeah, maybe I should rename the folder to pharo-vm or so ;) to avoid clashes with the default names...
Cheers, Andrei
On Thu, Apr 4, 2013 at 1:51 PM, Andrei Vasile Chis < chisvasileandrei@gmail.com> wrote:
Super. Thanks a lot.
Andrei
On Thu, Apr 4, 2013 at 1:12 PM, Camillo Bruni <camillobruni@gmail.com wrote:
It is all here:
http://smalltalkhub.com/#!/~Pharo/ZeroConf
I think I didn't create a configuration yet, but there are no external dependencies anyway. After install the latest package you can generate all scripts like this:
./pharo Pharo.Image zeroconf
and you will get a bunch of scripts next to your image.
On 2013-04-04, at 12:46, Andrei Vasile Chis < chisvasileandrei@gmail.com> wrote:
Hi Camillo,
Do you use some code to generate the bash scripts for downloading the image and the vm? If yes it is it available somewhere?
Cheers, Andrei
Great. This project is really nice: Its size is not large, but its impact is :). Cheers, Doru On Apr 5, 2013, at 9:14 PM, Camillo Bruni <camillobruni@gmail.com> wrote:
ah true, we can add that, makes things a bit more clear :) I will also add a custom #help and #htmlHelp variable so I can add more information for the entry script at http://get.pharo.org linking to all the other possible scripts on the server.
On 2013-04-05, at 21:08, Andrei Vasile Chis <chisvasileandrei@gmail.com> wrote:
Another small remark. The current scripts are nice, but in the future if other people would like to create more zeroconf scripts for other project it might be useful to have something like the following: AbstractZeroConfBashScript ZeroConfImageScript PharoZeroConfImageScript MooseZeroConfImageScript ...
On Fri, Apr 5, 2013 at 8:45 PM, Camillo Bruni <camillobruni@gmail.com>wrote:
On 2013-04-05, at 19:55, Andrei Vasile Chis <chisvasileandrei@gmail.com> wrote:
Hi Camillo,
I've made some small modifications so I can also generate ZeroConf for Moose.
I just check the diff, looks nice, good work! I wonder what I wanted with the whole #combiningScript stuff :P seems strange now.
Also generating the vm scripts does not work for me as it tries to delete the 'vm' folder.
yeah, maybe I should rename the folder to pharo-vm or so ;) to avoid clashes with the default names...
Cheers, Andrei
On Thu, Apr 4, 2013 at 1:51 PM, Andrei Vasile Chis < chisvasileandrei@gmail.com> wrote:
Super. Thanks a lot.
Andrei
On Thu, Apr 4, 2013 at 1:12 PM, Camillo Bruni <camillobruni@gmail.com wrote:
It is all here:
http://smalltalkhub.com/#!/~Pharo/ZeroConf
I think I didn't create a configuration yet, but there are no external dependencies anyway. After install the latest package you can generate all scripts like this:
./pharo Pharo.Image zeroconf
and you will get a bunch of scripts next to your image.
On 2013-04-04, at 12:46, Andrei Vasile Chis < chisvasileandrei@gmail.com> wrote:
Hi Camillo,
Do you use some code to generate the bash scripts for downloading the image and the vm? If yes it is it available somewhere?
Cheers, Andrei
-- www.tudorgirba.com "Live like you mean it."
participants (3)
-
Andrei Vasile Chis -
Camillo Bruni -
Tudor Girba