Discussion:
Upgrading WO 5.2.4 to WO5.3
John Pollard
2006-08-14 15:56:18 UTC
Permalink
I am using WO5.2.4 for development and deployment and need to upgrade to
WO5.3. I am using XCode 2.0.

Must/should I install XCode 2.4 in order to upgrade to WO5.3

Our deployed systems are running on Mac OS X Client so will also need an
upgrade. Is my only way to upgrade these also to install XCode 2.4? Can
this be done remotely from the command line (I have ssh access to our servers)?

Should I wait a week or two to see if a simpler solution arises? What if
for example Apple decided to maintain WO separately from XCode (as it
should be in my opinion)? Might I get a separate route to install WO 5.3 or
later?
Graham J Lee
2006-08-14 16:03:53 UTC
Permalink
Post by John Pollard
I am using WO5.2.4 for development and deployment and need to upgrade to
WO5.3. I am using XCode 2.0.
Must/should I install XCode 2.4 in order to upgrade to WO5.3
There's a WebObjects package on the Xcode installer disk image, which
may work independently but I've never tried that...
Post by John Pollard
Our deployed systems are running on Mac OS X Client so will also need an
upgrade. Is my only way to upgrade these also to install XCode 2.4? Can
this be done remotely from the command line (I have ssh access to our servers)?
Yes you can do this, having ssh'd as an admin user:

$ hdiutil attach /path/to/XcodeTools.dmg
$ sudo installer -pkg /Volumes/Xcode\ Tools/WebObjects.pkg -target /
Password:
[make some coffee]
$ hdiutil detach /Volumes/Xcode\ Tools

it may actually be "WebObjects.mpkg" instead of .pkg, I can't remember
that bit at the moment and don't have an Xcode installer disk to verify.
--
Graham Lee
UNIX Systems Manager,
Oxford Physics Practical Course
http://iamleeg.blogspot.com/
Graham J Lee
2006-08-15 04:57:38 UTC
Permalink
Post by Graham J Lee
it may actually be "WebObjects.mpkg" instead of .pkg
Indeed it is.
--
Graham Lee
UNIX Systems Manager,
Oxford Physics Practical Course
http://iamleeg.blogspot.com/
Continue reading on narkive:
Loading...