Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 702 Bytes

File metadata and controls

17 lines (14 loc) · 702 Bytes

OPServatory: Enhance your DevOps skills and technique on the Cloud: Learn Infrastructure As Code

Infrastructure languages are essential to manage and automate provisioning of Cloud resources. But they are neither easy to learn nor easy to test.

OPServatory is a challenge-based training platform on Cloud programmable infrastructure using real-world testing where you can move forward and learn from others

Building OPServatory

git clone git@github.com:xarques/opservatory.git
cd opservatory
bundle install
yarn install
rails db:create db:migrate db:seed
rails server