[Live-demo] Re: [OSGeo] #424: Add windows and mac installers to the LiveDVD

OSGeo trac_osgeo at osgeo.org
Thu Sep 24 18:41:46 PDT 2009


#424: Add windows and mac installers to the LiveDVD
-----------------------+----------------------------------------------------
  Reporter:  camerons  |       Owner:  warmerdam
      Type:  task      |      Status:  new      
  Priority:  normal    |   Component:  LiveDVD  
Resolution:            |    Keywords:           
-----------------------+----------------------------------------------------
Changes (by springmeyer):

 * cc: springmeyer (added)

Comment:

 William,
 Thats a good idea. As well perhaps a single script to install them all in
 the right order could be provided (maybe wrapped in an applescript
 clickable icon) ?

 I frequently stitch together something like this to batch install your
 frameworks:

 {{{
     mkdir scratch
     cd scratch
     curl -O
 http://www.kyngchaos.com/files/software/unixport/PROJ_Framework-4.6.1-3.dmg
     hdiutil attach PROJ_Framework-4.6.1-3.dmg
     sudo installer -pkg /Volumes/*/*.mpkg -target "/"
     hdiutil detach /Volumes/PROJ*

     curl -O
 http://www.kyngchaos.com/files/software/unixport/GEOS_Framework-3.1.1-2.dmg
     hdiutil attach GEOS_Framework-3.1.1-2.dmg
     sudo installer -pkg /Volumes/*/*.mpkg -target "/"
     hdiutil detach /Volumes/GEOS*

     curl -O
 http://www.kyngchaos.com/files/software/unixport/UnixImageIO_Framework-1.0.31.dmg
     hdiutil attach UnixImageIO_Framework-1.0.31.dmg
     sudo installer -pkg /Volumes/*/*.mpkg -target "/"
     hdiutil detach /Volumes/Unix*

     curl -O
 http://www.kyngchaos.com/files/software/unixport/SQLite3_Framework-3.6.16-1.dmg
     hdiutil attach SQLite3_Framework-3.6.16-1.dmg
     sudo installer -pkg /Volumes/*/*.mpkg -target "/"
     hdiutil detach /Volumes/SQ*

     curl -O
 http://www.kyngchaos.com/files/software/unixport/GDAL_Framework-1.6.1-8.dmg
     hdiutil attach GDAL_Framework-1.6.1-8.dmg
     sudo installer -pkg /Volumes/*/*.mpkg -target "/"
     hdiutil detach /Volumes/GDAL*

     # We're going to install the full server here, but you could install
 just the 'PostgreSQL client'
     curl -O
 http://www.kyngchaos.com/files/software/unixport/PostgreSQL-8.3.7-1.dmg
     hdiutil attach PostgreSQL-8.3.7-1.dmg
     sudo installer -pkg /Volumes/*/*.mpkg -target "/"
     hdiutil detach /Volumes/Postgr*

     curl -O
 http://www.kyngchaos.com/files/software/unixport/PostGIS-1.3.6-1.dmg
     hdiutil attach PostGIS-1.3.6-1.dmg
     sudo installer -pkg /Volumes/*/*.mpkg -target "/"
     hdiutil detach /Volumes/PostGIS*
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/424#comment:10>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Osgeolive mailing list