Skip to content
This repository has been archived by the owner on Nov 16, 2018. It is now read-only.

simnalamburt/kollus-ruby-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kollus-ruby-sample

# Install dependencies
bundle

# Use your own API token
cp secret.yml.example secret.yml
vim secret.yml

# See http://localhost:4567
bundle exec ./run

# On production
RACK_ENV=production bundle exec ./run