1.0.0 • Published 6 years ago

co-ops v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

DevOps!

  1. Write a simple HTTP server that serves the string 'Hello World' with some fancy formatting of your choice. Any language works.

  2. Write some testing around your HTTP server to test that it is serving the correct content, starts up, etc.

  3. Automate testing via the Travis-CI build system.

  4. Lock down your precious master branch so that GitHub Pull Request's are required.

  5. Automate versioning via the Travis-CI.

  6. Create Docker container for application.

  7. Deploy the container to Amazon Container Service.