PermeAgility on Amazon EC2

The smallest Amazon EC2 server runs PermeAgility very nicely.  The demo server and other test servers have been up for months at a time with no issues (not a lot of traffic but very reliable).  Here are the steps to set up PermeAgility on one of these virtual servers. These instructions should work for any cloud server that allows you to run Java8 programs

The first time you access PermeAgility from your browser may be a bit slow while it downloads the needed JavaScript libraries to your browser but after that it is pretty snappy.

It might be nice to have the server startup automatically after a reboot with the appropriate init scripts but these instances are very solid and I have never needed it - yet - someday will follow up with example init scripts.

Java 8 upgrade on Amazon AMI instance

You may need to upgrade Java to version 8 if java -version doesn't say 1.8 or higher. Here are the commands to do that:

sudo yum install java-1.8.0

sudo /usr/sbin/alternatives --config java

sudo yum remove java-1.7.0-openjdk