Trying the catalog from Pharo I get an exception. IN the browser I get: /Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later./ Is this a maintenance downtime? -- View this message in context: http://forum.world.st/Pharo-catalog-tp4922782.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Is there another way I can load packages in the meantime? -- View this message in context: http://forum.world.st/Pharo-catalog-tp4922782p4922812.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
On 12/11/2016 23:11, Jeff Gray wrote:
Is there another way I can load packages in the meantime?
Hi! To load a project you can use Metacello. Smalltalkhub Project: Metacello new smalltalkhubUser: 'userName' project: 'projectName'; configurattion: 'projectName'; version: #stable; load Github Project: Metacello new githubUser: 'userName' project: 'projectName' commitish: 'commitish' path: 'path'; baseline: 'projectName'; load -- Cyril Ferlicot http://www.synectique.eu 2 rue Jacques Prévert 01, 59650 Villeneuve d'ascq France
Thanks. Is there somewhere I can see the projects and their versions or is that just by investigating via google? E.g. I just found some posts re version of Seaside and followed the advice, so that's now loading. If I want to get others, like bootstrap for example, then I just google it to find out project name and version number of does metacello have a list/browse? -- View this message in context: http://forum.world.st/Pharo-catalog-tp4922782p4922814.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Catalog was dead for me too yesterday evening. P. Le 12 nov. 2016 23:58, "Jeff Gray" <jeff@rogerthedog.com> a écrit :
Thanks. Is there somewhere I can see the projects and their versions or is that
just
by investigating via google? E.g. I just found some posts re version of Seaside and followed the advice, so that's now loading. If I want to get others, like bootstrap for example, then I just google it to find out project name and version number of does metacello have a list/browse?
-- View this message in context: http://forum.world.st/Pharo-catalog-tp4922782p4922814.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
It's back! Thanks server gods... -- View this message in context: http://forum.world.st/Pharo-catalog-tp4922782p4922862.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (3)
-
Cyril Ferlicot D. -
Jeff Gray -
phil@highoctane.be