Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 907 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 907 Bytes

ansible-roles

MapMint installer

Use ansible to deploy a MapMint instance on Debian Jessie 8.2 and Ubuntu 14.04.3 LTS.

Edit the osgeolive/dependencies/vars/main.yml and set the serverid variable to <HOST>:<PORT> where <HOST> and <PORT>are respectiveley the hostname (or ip address) and the port of the web server to reach the instance. The <PORT>is optional, for a local setup, you can simply set the value to localhost.

Run the following commands from any host allowed to access, as root through ssh, the host where to deploy the MapMint instance.

cd osgeolive

# NOTE: python v3.6.7 or higher required
pip3 install beautifulsoup4
python3 "update_r-cran_version.py"
python3 "update_lo_version.py"

ansible-playbook -s server.yml -u root