Skip to content

marutanm/DayGomi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

# clone project
$ git clone git://github.com/marutanm/heroku-cedar-clock.git

# test locally
$ foreman start 

# test on heroku
$ heroku create --stack cedar
$ git push heroku master
$ heroku scale web=0 clock=1
$ heroku logs --tail