Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benorama/devops-simulator
DevOps Build Pipeline Simulator
https://github.com/benorama/devops-simulator
Last synced: about 2 months ago
JSON representation
DevOps Build Pipeline Simulator
- Host: GitHub
- URL: https://github.com/benorama/devops-simulator
- Owner: benorama
- Created: 2014-05-25T20:43:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T07:25:48.000Z (over 10 years ago)
- Last Synced: 2024-04-14T06:15:23.032Z (9 months ago)
- Language: CSS
- Size: 6.15 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DevOps Simulator Grails Demo
============================This is the demo app for [Gr8Conf Europe 2014](http://gr8conf.eu) presentation [Running a Lean Startup - Devops & Grails & AWS](https://speakerdeck.com/benorama/running-a-lean-startup-devops-and-grails-and-aws).
RUNNING THE APP LOCALLY
- Create a Facebook App on https://developers.facebook.com/apps
- In Facebook App settings, add a 'Web site' platform and enter your app URL (ex.: http://localhost:8080)
- In Config.groovy, copy Facebook App ID and secret key
- Run `bower install` to get static assets dependencies
- Run `grunt less` to generate CSS files
- Run `grails run-app`