Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Latest commit

 

History

History
53 lines (36 loc) · 1.69 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.69 KB

Devops Bookmarks

- This repository is no longer maintained. Please check out the repository located
- at: https://github.com/devopsbookmarks-org/devopsbookmarks.org
-
- Thanks for all your support, Scott

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