wallflower6 / CS301-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPLOYMENT: to run the file on a ec2 instance, use the following commands:

  1. Run mvn clean install to get the image.

  2. Copy the jar file. scp ./ ./ @:~

  3. SSH into the instance using either the Amazon console or using ssh -i <key-pair.pem> @

  4. Download java jdk 11: sudo yum install java-11-amazon-corretto

  5. Run the jar file. java -jar [path to jar file]

About


Languages

Language:Java 59.9%Language:HTML 32.9%Language:JavaScript 7.2%