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
- Host: GitHub
- URL: https://github.com/devigned/level0
- Owner: devigned
- License: mit
- Created: 2017-02-15T16:41:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T20:31:48.000Z (almost 9 years ago)
- Last Synced: 2024-10-05T17:21:37.471Z (over 1 year ago)
- Language: Ruby
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```