Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.73 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.73 KB

mapserver-dev cookbook

This cookbook provides a complete MapServer development environment. It has been updated on 2014-0-120 to work with latest mapserver, virtualbox (4.3) and vagrant (1.4.3).

After the provisioning, you'll get:

Installation

Install the following softwares:

Install the following vagrant plugins:

  • vbguest: vagrant plugin install vagrant-vbguest
  • berkshelf: vagrant plugin install vagrant-berkshelf

Checkout the environment:

$ git checkout https://github.com/aboudreault/mapserver_dev-cookbook.git

$ cd mapserver_dev-cookbook

Usage

Configuration

  • Vagrant config: Vagrantfile.
  • You might want to change some setting in attributes/default.rb. (ie locale, default to en_US-utf8)

Initial Setup

$ vagrant up

This might take some time.

Commands

  • Stop the vm: vagrant halt
  • Start the vm: vagrant up (provisioning is only done the first time)
  • Reprovision the vm: vagrant provision or vagrant up --provision

Author

Author:: Alan Boudreault (boudreault.alan@gmail.com)