Re: [Pharo-users] Question about Deploying a Pharo Web Application in Production

2020-05-23 Thread Georges
Thanks Sven :) It works ! Georges -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Question about Deploying a Pharo Web Application in Production

2020-05-23 Thread Sven Van Caekenberghe
Hi George, $ ./pharo Pharo.image config --help Command line handler for dealing with Metacello configurations from the command line Usage: config [--help] [] [--install[=]] [--group=] [--username=] [--password=][--no-quit][--no-save] --help show this help message

[Pharo-users] Question about Deploying a Pharo Web Application in Production

2020-05-23 Thread Georges
Hello all, I have a problem, i try to do something simular as this: ./pharo myapp.image config \ http://www.myRespository.com ConfigurationOfMyApp --install=stable But I need to add my username and password in here. I tried http://www.myRespistory.com?login=loginname&password=password an