Pre-InstallInstall the YAXO XML-Parser from: MCHttpRepository
location: 'www.squeaksource.com/XMLSupport'
user: ''
password: '' InstallUse Monticello Browser to add a repository: MCHttpRepository
location: 'http://www.squeaksource.com/Cloudfork'
user: ''
password: '' Open the repository and load: - SWHTTPClient version jvds.22 (=19 + patches)
- Cloudfork-AWS
The main package, this package contains most of the code. Only the Smalltalk dialect specific functionality has been factored out.
- Cloudfork-Squeak-Platform
Package with functionality that we think is Squeak specific. This is mostly done by subclassing base classes from Cloudfork-AWS.
- Cloudfork-Tests-AWS
This optional package contains unit and integration tests. They can be used to verify that everything works correctly and especially the integration tests give a good example on how the API’s can be used.
Post-InstallSet the timezone for your geographical location: "Amsterdam"
DateAndTime localTimeZone: (TimeZone offset: 1 hours name: ‘Central European Time’ abbreviation: ‘CET’).
|