Changes between Version 4 and Version 5 of Vagrant


Ignore:
Timestamp:
Oct 9, 2015, 8:48:01 AM (9 years ago)
Author:
Kri
Comment:

Rephrased

Legend:

Unmodified
Added
Removed
Modified
  • Vagrant

    v4 v5  
    22
    33[http://www.vagrantup.com/ Vagrant] is a tool that works together with [https://www.virtualbox.org/ VirtualBox]
    4 to create reproducible development environment.
    5 GDAL now includes a Vagrant configuration file that setups a Ubuntu Precise 64bit virtual machine,
    6 install all needed dependencies (quite comprehensively, except proprietary ones), and build GDAL.
     4to create a reproducible development environment.
     5GDAL now includes a Vagrant configuration file that sets up a Ubuntu Precise 64bit virtual machine,
     6installs all needed dependencies (quite comprehensively, except proprietary ones), and builds GDAL.
    77
    881. Download and install [https://www.virtualbox.org/wiki/Downloads VirtualBox] (might not be needed if Vagrant installer comes with VirtualBox).
     
    1111
    12123. Download GDAL sources :
    13 
    1413{{{
    1514    svn co https://svn.osgeo.org/gdal/trunk gdal
     
    24235. 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...
    2524
    26 6. Log to the gdal-vagrant virtual machine:
     256. Log in to the gdal-vagrant virtual machine:
    2726{{{
    2827    vagrant ssh
     
    46451. Do the previous steps
    4746
    48 2. vagrant ssh
     472. Log in to the gdal-vagrant virtual machine:
     48{{{
     49    vagrant ssh
     50}}}
    4951
    50524. Download and install Visual Studio 2008 express :