My favorites | Sign in
Logo
                
Search
for
Updated Sep 10, 2009 by ernest.micklei
InstallingForSqueak  
Steps to install Cloudfork packages in Squeak and Pharo

Pre-Install

Install the YAXO XML-Parser from:

MCHttpRepository
	location: 'www.squeaksource.com/XMLSupport'
	user: ''
	password: ''

Install

Use Monticello Browser to add a repository:

MCHttpRepository
	location: 'http://www.squeaksource.com/Cloudfork'
	user: ''
	password: ''

Open the repository and load:

Post-Install

Set the timezone for your geographical location:

"Amsterdam"
DateAndTime localTimeZone: (TimeZone offset: 1 hours name: ‘Central European Time’ abbreviation: ‘CET’).

Sign in to add a comment
Hosted by Google Code