trptcolin / aws-modernization-workshop

Workshop for modernization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-modernization-workshop

Local Testing

To test any changes you have made locally make sure you have docker installed. Make sure you are logged into the correct AWS account.

Run the following commands.

docker login
eval `aws ecr get-login --no-include-email --region us-east-1`
docker image pull
docker pull 755152575036.dkr.ecr.us-east-1.amazonaws.com/aws-workshopper:latest

Make sure you are in this repository root.

docker run
docker run --rm -ti \
           -p 8080:8080 \
           -v `pwd`:/content \
           -e CONTENT_URL_PREFIX=file:///content \
           -e WORKSHOPS_URLS=file:///content/workshops/modernization-august-2018.yml \
           755152575036.dkr.ecr.us-east-1.amazonaws.com/aws-workshopper:latest

You should now be able to see the workshop on http://localhost:8080

About

Workshop for modernization

License:Apache License 2.0


Languages

Language:Java 62.4%Language:HTML 28.9%Language:GLSL 6.7%Language:Dockerfile 1.3%Language:CSS 0.4%Language:Shell 0.1%Language:Makefile 0.1%