ArcGIS Enterprise
From Wildsong
See also Docker and ArcGIS in Docker, a project I abandoned.
2018-Apr-29 Today I am installing the "ArcGIS Enterprise Builder for Linux" version 10.6 into a virtual machine running Ubuntu 16.04, on Bellman.
This is absolutely the simplest set up I have cooked up so far. Maybe the AWS version is easier? But I want it running on my own hardware.
Preparing the VM
After installing Ubuntu,
apt update apt upgrade apt install emacs-nox build-essential
I had to issue the mount command myself to get the VirtualBox additions cdrom to play.
mount /dev/cdrom /media/cdrom cd /media/cdrom ./VBoxLinuxAdditions.run