Skip to content

fordprior/dotnet-http-sns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotnet-http-sns

Dotnet app that builds in CircleCI and publishes to AWS SNS.

steps

  1. launch an linux AMI t2.micro instance on aws free tier
  2. install WinSCP, convert your.pem to a .ppk, and launch your PuTTY CLI & WinSCP file manager
  3. SSH into the instance and start doing stuff:
  1. cd into the repo and execute dotnet restore, dotnet build, and dotnet run to see Snagajob's public repos
  2. cd .. out and enter sudo usermod -aG docker $(whoami) and reboot your instance
  3. cd into the project and type docker build -t dotnetapp .
  4. docker images to see what you've done, and
  5. docker run --name test -t dotnetapp to run the app
  6. connect w/ ecs?

http://docs.aws.amazon.com/AmazonECS/latest/developerguide/docker-basics.html https://stackoverflow.com/questions/29112692/aws-cli-tools-on-circle-ci-configure-unknown-command https://circleci.com/blog/circleci-aws-ecrecs/

About

Dotnet app that builds in CircleCI and publishes to AWS SNS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages