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
git clone [email protected]:xarques/opservatory.git
cd opservatory
bundle install
yarn install
rails db:create db:migrate db:seed
rails server