Skip to content

devopsbookmarks/devopsbookmarks.com

Repository files navigation

Devops Bookmarks

To discover tools in the devops landscape.

There are new incredible tools and frameworks being released everyday. This is an open and transparent attempt at aggregating all these tools and frameworks.

Deployment Status

Build Status

Legacy travis-ci builds.

Contributing

Refer to CONTRIBUTING.md

Development

  • Have a working docker setup and this repository clone
  • docker run --rm -it -v $PWD:/workspace -p 8080:8080 -w /workspace node:18 bash
  • Running npm run-script build and then npm start
  • Look at the results in your browser: open http://localhost:8080/

Maintenance

This project has been alive and keeping for a while now (first commit in 2014), but it has gone through a period of neglect. The aim now is do a seasonal update which may include things like:

  • bump dependencies
  • force a redeploy is there's nothing to do
  • find an opportunity to remove something
  • go through neglected issues and pull requests

Inspiration