My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
InstallingForVisualWorks  
Steps to install Cloudfork packages in VisualWorks (7+)
Updated Nov 8, 2009 by ernest.m...@gmail.com

Pre-Install

  • UUID parcel (vw7.6nc/preview/parcels/UUID.pcl)
  • HTTPS parcel (net/HTTPS.pcl)

Install

  • connect to the Cincom Public Repository and load Cloudfork-All bundle. This includes the AWS packages, the ActiveItem framework and their test packages.

Post-Install

Set your timezone (System->Settings->Time Zones)

"Netherlands--CET/CEST:"

Core.TimeZone setDefaultTimeZone: 
	(Core.TimeZone timeDifference: 1
		DST: 1 start: 2 end: 3
		from: 90 "on March 31"
		to: 304 "until October 31"
		startDay: #Sunday).
Comment by j...@admin.ironpaper.com, Oct 1, 2010

"Netherlands--CET/CEST:"

Core.TimeZone? setDefaultTimeZone:

(Core.TimeZone? timeDifference: 1
DST: 1 start: 2 end: 3 from: 90 "on March 31" to: 304 "until October 31" startDay: #Sunday).


Sign in to add a comment
Powered by Google Project Hosting