[Pharo-dev] Making Platform Installers

2014-01-18 Thread Sean P. DeNigris
Are there up-to-date instructions - or better yet CI scripts - or even better Smalltalk CI scripts :) - to make installers for Mac/Windows/Unix? How about if one can not install anything? Mac is easy enough, as a bundle has everything hidden in one, but what about Windows? Can one do better than a

Re: [Pharo-dev] Making Platform Installers

2014-01-18 Thread Benjamin
You can right a small C program calling the Vm :) Ben On 18 Jan 2014, at 14:47, Sean P. DeNigris wrote: > Are there up-to-date instructions - or better yet CI scripts - or even better > Smalltalk CI scripts :) - to make installers for Mac/Windows/Unix? > > How about if one can not install anyt

Re: [Pharo-dev] Making Platform Installers

2014-01-18 Thread Hernán Morales Durand
If I understood your question correctly, you can steal my NSIS script at https://code.google.com/p/biosmalltalk/wiki/NSISInstallerScript and execute: makensis.exe myscript.nsi (see http://nsis.sourceforge.net/Docs/Chapter3.html for details) to generate an installer. Cheers, Hernán 2014/1/1

Re: [Pharo-dev] Making Platform Installers

2014-01-20 Thread Damien Cassou
On Sat, Jan 18, 2014 at 7:17 PM, Hernán Morales Durand wrote: > If I understood your question correctly, you can steal my NSIS script at > https://code.google.com/p/biosmalltalk/wiki/NSISInstallerScript and execute: > > makensis.exe myscript.nsi I also wrote a Pharo installer using NSIS: https:/

Re: [Pharo-dev] Making Platform Installers

2014-01-20 Thread Tudor Girba
Where can I find the code for this? Doru On Mon, Jan 20, 2014 at 2:01 PM, Damien Cassou wrote: > On Sat, Jan 18, 2014 at 7:17 PM, Hernán Morales Durand > wrote: > > If I understood your question correctly, you can steal my NSIS script at > > https://code.google.com/p/biosmalltalk/wiki/NSISInst

Re: [Pharo-dev] Making Platform Installers

2014-01-20 Thread Damien Cassou
On Mon, Jan 20, 2014 at 3:25 PM, Tudor Girba wrote: > Where can I find the code for this? https://github.com/pharo-project/pharo-ci build-dmg and build-windows-installer -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without l

Re: [Pharo-dev] Making Platform Installers

2014-01-20 Thread Stéphane Ducasse
May be we should turn that into a chapter. Stef On 20 Jan 2014, at 14:01, Damien Cassou wrote: > On Sat, Jan 18, 2014 at 7:17 PM, Hernán Morales Durand > wrote: >> If I understood your question correctly, you can steal my NSIS script at >> https://code.google.com/p/biosmalltalk/wiki/NSISInstal

Re: [Pharo-dev] Making Platform Installers

2014-01-20 Thread btc
I expect that would definitely be of interest to Enterprise users.  cheers -ben Stéphane Ducasse wrote: May be we should turn that into a chapter. Stef On 20 Jan 2014, at 14:01, Damien Cassou wrote: On Sat, Jan 18, 2014 at 7:17 PM, Hernán Morales Durand wrote:

Re: [Pharo-dev] Making Platform Installers

2014-01-20 Thread Santiago Bragagnolo
I have done a tool for PhaROS distribution, that is for deploying a package into a middleware, it lets you define the layout of folders, is prepared to add ways of writing ( actually it has implemented the version for local file system, but it should be easy to implement remote deploying ). It let

Re: [Pharo-dev] Making Platform Installers

2014-01-20 Thread Torsten Bergmann
Hi Santiago, when sending a link from a SqueakSource instance please send the project name like: http://car.mines-douai.fr/squeaksource/MyKillerApp.html The link you used http://car.mines-douai.fr/squeaksource/@vLtUOBuLaxNWsghP/UmsTHzMp was an active session and can not be used by others sinc

Re: [Pharo-dev] Making Platform Installers

2014-01-20 Thread Damien Cassou
On Mon, Jan 20, 2014 at 4:50 PM, Stéphane Ducasse wrote: > May be we should turn that into a chapter. that's on my todo, I told you already :-). Because now, I know how to create installers for Mac and Windows and how to create deb packages for Debian/Ubuntu. I also know a bit about preparing an

Re: [Pharo-dev] Making Platform Installers

2014-01-20 Thread Pharo4Stef
super cool On 20 Jan 2014, at 21:25, Damien Cassou wrote: > On Mon, Jan 20, 2014 at 4:50 PM, Stéphane Ducasse > wrote: >> May be we should turn that into a chapter. > > > that's on my todo, I told you already :-). Because now, I know how to > create installers for Mac and Windows and how to c

Re: [Pharo-dev] Making Platform Installers

2014-01-20 Thread Santiago Bragagnolo
Thanks Torsten! here it goes. http://car.mines-douai.fr/squeaksource/MiddlewareDeployer.html 2014/1/20 Torsten Bergmann > Hi Santiago, > > when sending a link from a SqueakSource instance please send the project > name like: > > http://car.mines-douai.fr/squeaksource/MyKillerApp.html > > The l

Re: [Pharo-dev] Making Platform Installers

2014-01-20 Thread Damien Cassou
On Mon, Jan 20, 2014 at 9:33 PM, Pharo4Stef wrote: > super cool first draft: https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/lastSuccessfulBuild/artifact/Deployment/Deployment.pier.html -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from

Re: [Pharo-dev] Making Platform Installers

2014-01-20 Thread Tudor Girba
Super very cool! Thank you for this. It is important. Doru On Mon, Jan 20, 2014 at 9:33 PM, Pharo4Stef wrote: > super cool > > On 20 Jan 2014, at 21:25, Damien Cassou wrote: > > > On Mon, Jan 20, 2014 at 4:50 PM, Stéphane Ducasse > > wrote: > >> May be we should turn that into a chapter. > >

Re: [Pharo-dev] Making Platform Installers

2014-01-20 Thread Stéphane Ducasse
Excellent After we can flesh it nicely. Stef On 20 Jan 2014, at 21:55, Damien Cassou wrote: > On Mon, Jan 20, 2014 at 9:33 PM, Pharo4Stef wrote: >> super cool > > > first draft: > https://ci.inria.fr/pharo-contribution/job/PharoForTheEnterprise/lastSuccessfulBuild/artifact/Deployment/Depl