Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 720 Bytes

File metadata and controls

23 lines (16 loc) · 720 Bytes

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