entwicklerbier / example-ruby-sinatra

An example Sinatra application for testing Ruby deployments on Deis

Home Page:http://deis.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby Quick Start Guide

This guide will walk you through deploying a Ruby application on Deis.

Usage

deis create sinatra-sample

deis config:set S3_HOST=deis-store.local3.deisapp.com deis config:set S3_PORT=$(deisctl config store get gateway/port) deis config:set S3_BUCKET_NAME=fancy_new_bucket deis config:set S3_ACCESS_KEY_ID=$(deisctl config store get gateway/accessKey) deis config:set S3_SECRET_ACCESS_KEY=$(deisctl config store get gateway/secretKey)

git push deis master curl -s http://sinatra_sample.local.deisapp.com

Additional Resources

About

An example Sinatra application for testing Ruby deployments on Deis

http://deis.io/

License:Other


Languages

Language:Ruby 100.0%