Pharo catalog

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Pharo catalog

Jeff Gray
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?
Reply | Threaded
Open this post in threaded view
|

Re: Pharo catalog

Jeff Gray
Is there another way I can load packages in the meantime?
Reply | Threaded
Open this post in threaded view
|

Re: Pharo catalog

CyrilFerlicot
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


signature.asc (817 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Pharo catalog

Jeff Gray
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?
Reply | Threaded
Open this post in threaded view
|

Re: Pharo catalog

philippeback

Catalog was dead for me too yesterday evening.

P.

Le 12 nov. 2016 23:58, "Jeff Gray" <[hidden email]> 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.
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Pharo catalog

Jeff Gray
It's back! Thanks server gods...