Stef- Thanks for the welcome and for all the work you and others have done to make Pharo available. I just started using it this week. The documentation is very good and I'm enjoying SmallTalk programming but one very important and basic thing I haven't been able to find anywhere is: How do I deploy an app to users? I can send them the one-click image with my code in it, but I really don't want to tell the users that they have to open a workspace and type LOGame new openInWorld command-d to start the app. How do I set the image to run that when the .app or .sh is run? It seems to me instructions for this should be linked to from the Documentation section on the pharo-project.org home page so new developers can get their apps out to users quickly. Thanks. -Ginny --- stephane.ducasse@inria.fr wrote: From: Stéphane Ducasse <stephane.ducasse@inria.fr> To: "Pharo-project@lists.gforge.inria.fr Development" <Pharo-project@lists.gforge.inria.fr>, A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr> Subject: [Pharo-users] Welcome to newcomers Date: Thu, 27 Sep 2012 09:22:51 +0200 Hi guys Since there are regularly new comers, here is a little ad-hoc welcome message :). First: Welcome! welcome and welcome Second: our goal is to create an ecosystem around pharo: if you need material to teach, if you have idea or needs for business or anything else just let us know. Our goal is to be able to reinvent our system and at the same time make sure that we can all create wealth at all levels. Third: we are working hard to get our vision: a nice, little and powerful reflective system. If you want to understand what we are doing please read the document Pharo vision on http://www.pharo-project.org/community/consortium You will understand our current effort. Four: you can get an impact on Pharo :) There are a lot of different ways to contribute. - feedback - bugs idea for enhancements see http://code.google.com/p/pharo/issues/list - book participation (we are working on deep into pharo http://rmod.lille.inria.fr/pbe2/ - translation - adding comments - building great stuff - using packagesâ¦. So welcome. Stef PS: Pharo is not the end, Pharo is the mean to create a powerful clean, lean system with a great community.
To Ginny, Though a newbie too, I think you have to make the window small with a living LOGame, see picture. (By the way I added a counter for the blue ...) 2012/9/27 Ginny Hendry <contact@ghendry.com>
Stef-
Thanks for the welcome and for all the work you and others have done to make Pharo available.
I just started using it this week. The documentation is very good and I'm enjoying SmallTalk programming but one very important and basic thing I haven't been able to find anywhere is: How do I deploy an app to users? I can send them the one-click image with my code in it, but I really don't want to tell the users that they have to open a workspace and type
LOGame new openInWorld command-d
to start the app. How do I set the image to run that when the .app or .sh is run?
It seems to me instructions for this should be linked to from the Documentation section on the pharo-project.org home page so new developers can get their apps out to users quickly.
Thanks.
-Ginny
--- stephane.ducasse@inria.fr wrote:
From: Stéphane Ducasse <stephane.ducasse@inria.fr> To: "Pharo-project@lists.gforge.inria.fr Development" < Pharo-project@lists.gforge.inria.fr>, A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr> Subject: [Pharo-users] Welcome to newcomers Date: Thu, 27 Sep 2012 09:22:51 +0200
Hi guys
Since there are regularly new comers, here is a little ad-hoc welcome message :).
First: Welcome! welcome and welcome
Second: our goal is to create an ecosystem around pharo: if you need material to teach, if you have idea or needs for business or anything else just let us know. Our goal is to be able to reinvent our system and at the same time make sure that we can all create wealth at all levels.
Third: we are working hard to get our vision: a nice, little and powerful reflective system. If you want to understand what we are doing please read the document Pharo vision on http://www.pharo-project.org/community/consortium You will understand our current effort.
Four: you can get an impact on Pharo :) There are a lot of different ways to contribute. - feedback - bugs idea for enhancements see http://code.google.com/p/pharo/issues/list - book participation (we are working on deep into pharo http://rmod.lille.inria.fr/pbe2/ - translation - adding comments - building great stuff - using packagesâ¦.
So welcome.
Stef
PS: Pharo is not the end, Pharo is the mean to create a powerful clean, lean system with a great community.
ScriptLoader prepareForProduction for one. Open you app on the system and make the window unclosable, undestroyable (Morphic halos). Save the image like that. Alternatively, check the doc of StartupLoader and the samples on the class side. Phil 2012/9/27 Peter K.H. Gragert <pkhgragert@gmail.com>:
To Ginny, Though a newbie too, I think you have to make the window small with a living LOGame, see picture. (By the way I added a counter for the blue ...)
2012/9/27 Ginny Hendry <contact@ghendry.com>
Stef-
Thanks for the welcome and for all the work you and others have done to make Pharo available.
I just started using it this week. The documentation is very good and I'm enjoying SmallTalk programming but one very important and basic thing I haven't been able to find anywhere is: How do I deploy an app to users? I can send them the one-click image with my code in it, but I really don't want to tell the users that they have to open a workspace and type
LOGame new openInWorld command-d
to start the app. How do I set the image to run that when the .app or .sh is run?
It seems to me instructions for this should be linked to from the Documentation section on the pharo-project.org home page so new developers can get their apps out to users quickly.
Thanks.
-Ginny
--- stephane.ducasse@inria.fr wrote:
From: Stéphane Ducasse <stephane.ducasse@inria.fr> To: "Pharo-project@lists.gforge.inria.fr Development" <Pharo-project@lists.gforge.inria.fr>, A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr> Subject: [Pharo-users] Welcome to newcomers Date: Thu, 27 Sep 2012 09:22:51 +0200
Hi guys
Since there are regularly new comers, here is a little ad-hoc welcome message :).
First: Welcome! welcome and welcome
Second: our goal is to create an ecosystem around pharo: if you need material to teach, if you have idea or needs for business or anything else just let us know. Our goal is to be able to reinvent our system and at the same time make sure that we can all create wealth at all levels.
Third: we are working hard to get our vision: a nice, little and powerful reflective system. If you want to understand what we are doing please read the document Pharo vision on http://www.pharo-project.org/community/consortium You will understand our current effort.
Four: you can get an impact on Pharo :) There are a lot of different ways to contribute. - feedback - bugs idea for enhancements see http://code.google.com/p/pharo/issues/list - book participation (we are working on deep into pharo http://rmod.lille.inria.fr/pbe2/ - translation - adding comments - building great stuff - using packagesâ¦.
So welcome.
Stef
PS: Pharo is not the end, Pharo is the mean to create a powerful clean, lean system with a great community.
so much easier than stripping down an image yourself ...
Thanks. We are working on making sure that in the future you will be able to deploy applications with only what is needed by construction but I will take time before getting there. The work done by pavel on miniKernel and the work of guillermo around hazelnut and candlelight are clearly experiments we want to benefit from. Stef On Sep 27, 2012, at 8:25 PM, phil@highoctane.be wrote:
ScriptLoader prepareForProduction for one.
Open you app on the system and make the window unclosable, undestroyable (Morphic halos).
Save the image like that.
Alternatively, check the doc of StartupLoader and the samples on the class side.
Phil
2012/9/27 Peter K.H. Gragert <pkhgragert@gmail.com>:
To Ginny, Though a newbie too, I think you have to make the window small with a living LOGame, see picture. (By the way I added a counter for the blue ...)
2012/9/27 Ginny Hendry <contact@ghendry.com>
Stef-
Thanks for the welcome and for all the work you and others have done to make Pharo available.
I just started using it this week. The documentation is very good and I'm enjoying SmallTalk programming but one very important and basic thing I haven't been able to find anywhere is: How do I deploy an app to users? I can send them the one-click image with my code in it, but I really don't want to tell the users that they have to open a workspace and type
LOGame new openInWorld command-d
to start the app. How do I set the image to run that when the .app or .sh is run?
It seems to me instructions for this should be linked to from the Documentation section on the pharo-project.org home page so new developers can get their apps out to users quickly.
Thanks.
-Ginny
--- stephane.ducasse@inria.fr wrote:
From: Stéphane Ducasse <stephane.ducasse@inria.fr> To: "Pharo-project@lists.gforge.inria.fr Development" <Pharo-project@lists.gforge.inria.fr>, A friendly place where any question about pharo is welcome <pharo-users@lists.gforge.inria.fr> Subject: [Pharo-users] Welcome to newcomers Date: Thu, 27 Sep 2012 09:22:51 +0200
Hi guys
Since there are regularly new comers, here is a little ad-hoc welcome message :).
First: Welcome! welcome and welcome
Second: our goal is to create an ecosystem around pharo: if you need material to teach, if you have idea or needs for business or anything else just let us know. Our goal is to be able to reinvent our system and at the same time make sure that we can all create wealth at all levels.
Third: we are working hard to get our vision: a nice, little and powerful reflective system. If you want to understand what we are doing please read the document Pharo vision on http://www.pharo-project.org/community/consortium You will understand our current effort.
Four: you can get an impact on Pharo :) There are a lot of different ways to contribute. - feedback - bugs idea for enhancements see http://code.google.com/p/pharo/issues/list - book participation (we are working on deep into pharo http://rmod.lille.inria.fr/pbe2/ - translation - adding comments - building great stuff - using packagesâ¦.
So welcome.
Stef
PS: Pharo is not the end, Pharo is the mean to create a powerful clean, lean system with a great community.
participants (5)
-
Ginny Hendry -
Peter K.H. Gragert -
phil@highoctane.be -
Robert Shiplett -
Stéphane Ducasse