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.
devopsbookmarks.org is split in to two separate modules:
Refer to CONTRIBUTING.md
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