Skip to content

marutanm/heroku-cedar-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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 ps
$ heroku logs --tail