Skip to content

devopsbookmarks-org/devopsbookmarks.org

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Devops Bookmarks

Welcome to DevOpsBookmarks, home of https://www.devopsbookmarks.org. This is a fork of the original www.devopsbookmarks.com: https://github.com/devopsbookmarks/devopsbookmarks.com.

To discover tools in the devops landscape.

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

Current Build Status

Build Status

Modules

devopsbookmarks.org is split in to two separate modules:

Contributing

Refer to CONTRIBUTING.md

Development

VAGRANT

  • Make sure you have VirtualBox and Vagrant installed
  • Clone this repository
  • Run vagrant up to provision the VM
  • Run vagrant ssh -c /vagrant/script/server to start the server

DOCKER

  • Run docker build -t devops .
  • Run docker run -p 3000:3000/tcp -d --name devops devops
  • Navigate to http://localhost:3000 in your browser

Inspiration