Skip to content
jvdsandt edited this page Apr 27, 2011 · 2 revisions

Start with a Pharo 1.2 image with Seaside loaded. For example from https://pharo-ic.lille.inria.fr/hudson/view/Pharo-Clients/

Load the following packages:

Gofer new
	squeaksource: 'ZincHTTPComponents' ;
	package: 'Zinc-HTTP' ;
	package: 'Zinc-Tests' ;
	load.
	
Gofer new
	url: 'http://monticello.gijjes.nl/etc' username: 'user' password: 'pwd' ;
	package: 'Cloudfork-Neo' ;
	package: 'Cloudfork-Tests-Neo' ;
	load.
	
Gofer new
	url: 'http://monticello.gijjes.nl/etc' username: 'user' password: 'pwd' ;
	package: 'StGraph-Core' ;
	package: 'StGraph-Web' ;
	package: 'StGraph-Tests' ;
	load.

Clone this wiki locally