Changes between Version 3 and Version 4 of Vagrant


Ignore:
Timestamp:
Dec 26, 2014, 8:55:51 AM (9 years ago)
Author:
Even Rouault
Comment:

Update Vagrant instructions

Legend:

Unmodified
Added
Removed
Modified
  • Vagrant

    v3 v4  
    66install all needed dependencies (quite comprehensively, except proprietary ones), and build GDAL.
    77
    8 1. Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox].
     81. Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox] (might not be needed if Vagrant installer comes with VirtualBox).
    99
    10102. Download and install [http://www.vagrantup.com/downloads.html Vagrant].
     
    2222}}}
    2323
    24 5. Wait for the base virtual machine to be downloaded the first time, then complementary packages to be downloaded, then GDAL dependencies to be built, then GDAL sources from being fetched again, then GDAL from being compiled and installed...
     245. Wait for the base virtual machine to be downloaded the first time, complementary packages to be downloaded, GDAL dependencies to be built and finally GDAL to be built and installed...
    2525
    26266. Log to the gdal-vagrant virtual machine:
     
    36368. Hack GDAL...
    3737{{{
    38     cd gdal/gdal
     38    cd /vagrant
    3939    [ modify files ]
    4040    make