palladius / gcp-sinatra-clouddeploy

Test Cloud Deploy with sample ruby app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gcp-sinatra-clouddeploy

Test Cloud Deploy with sample ruby app

App launch

From https://github.com/palladius/simple-sinatra-app :

git clone git://github.com/palladius/simple-sinatra-app.git
bundle install              # install dependencies
bundle exec rackup -p 8080  # run locally
open http://localhost:8080/

JSON/HTML curls from: https://coderwall.com/p/3k1hsw/hello-world-with-sinatra

Build

  • app is dockerized (WIP): app/Dockerfile.

Cloud Deploy

TODO(ricc)

Links

About

Test Cloud Deploy with sample ruby app


Languages

Language:Shell 42.3%Language:Ruby 21.8%Language:Makefile 19.9%Language:Dockerfile 16.0%