Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages