Squeak
  QotD    "To be or not to be" – Shakespeare
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
InstallerMonticello
Last updated at 12:58 pm UTC on 9 May 2019
 Installer subclass: #InstallerMonticello
 	instanceVariableNames: 'mc root project'
 	classVariableNames: ''
 	poolDictionaries: ''
 	category: 'Installer-Core'

 installer := Installer monticello directory: '/home/user28/Documents/squeak-repository/'.


http://installer.pbworks.com/w/page/19997682/Installer



Installer monticello http: aUrl.

Installer monticello http: aUrl user: name password: secret.

Installer monticello directory: dir

Installer monticello ftp: host directory: dir user: name password: secret.

Installer monticello magma: host port: aport

Installer monticello goods: host port: aport.

Installer monticello directory: stringOrFileDirectory.











Installer monticello http: 'http://www.squeaksource.com';

     project: 'Seaside';

     install: 'Comet-lr.8';

     install: 'Scriptaculous'.