Skip to content

sathishcyberintelsysnew/aws-modernization-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 62.1%
  • HTML 28.8%
  • GLSL 6.7%
  • Dockerfile 1.8%
  • CSS 0.4%
  • Shell 0.1%
  • Makefile 0.1%