Skip to content

Commit

Permalink
update Vagrant steps (MapServer#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna authored Sep 9, 2023
1 parent 046baba commit 3a2900d
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions en/development/tests/vagrant.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Vagrant Usage

:Author: Stephan Meissl
:Contact: stephan.meissl at eox.at
:Last Updated: 2015/2/13
:Author: Jeff McKenna
:Contact: jmckenna at gatewaygeomatics.com
:Last Updated: 2023-08-21

.. contents:: Table of Contents
:depth: 2
Expand All @@ -20,8 +22,8 @@ Installation and Initial Configuration

Install VirtualBox & Vagrant. The configuration is tested with:

* `Vagrant v1.4.3 <https://www.vagrantup.com/download-archive/v1.4.3.html>`__
* `VirtualBox 4.3.10 <https://www.virtualbox.org/wiki/Downloads>`__
* `Vagrant v2.2.6 <https://releases.hashicorp.com/vagrant>`__
* `VirtualBox 6.1.38 <https://www.virtualbox.org/wiki/Downloads>`__

Install Vagrant add-ons:

Expand All @@ -35,17 +37,18 @@ Install Vagrant add-ons:
vagrant plugin install vagrant-cachier
vagrant plugin install sahara

Clone MapServer and initialize `msautotest` submodule::
Clone MapServer::

git clone https://github.com/MapServer/MapServer.git
cd mapserver/
git submodule init
git submodule update
cd MapServer/

You will notice that an `msautotest` subdirectory (inside `MapServer`)
exists after your checkout.

Run Vagrant
------------------------------------------------------------------------------

To initialize Vagrant simply run the following from the `mapserver`
To initialize Vagrant simply run the following from the `MapServer`
directory::

vagrant up
Expand Down

0 comments on commit 3a2900d

Please sign in to comment.