ArcGIS Enterprise: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) mNo edit summary |
Brian Wilson (talk | contribs) mNo edit summary |
||
Line 4: | Line 4: | ||
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. | 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 |
Revision as of 05:11, 29 April 2018
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