An open API service indexing awesome lists of open source software.

https://github.com/devigned/level0

DevOps Level 0 blog post content
https://github.com/devigned/level0

Last synced: 12 months ago
JSON representation

DevOps Level 0 blog post content

Awesome Lists containing this project

README

          

# Level 0: Deploy Your Rails App on Azure
As part of a blog series on deploying a Rails application on Azure with increasing levels of DevOps maturity. See:
https://medium.com/azure-developers/level-0-deploy-your-rails-app-on-azure-e7202828199

## To Run
- [Fork the repo](https://github.com/devigned/level0#fork-destination-box)
- Run the following:
```bash
git clone git@github.com:YOUR_USER/level0.git
bundle install
bundle exec rails server
```