I would like to get this app: https://github.com/lysol/typeto.me/
running on Heroku (or some similar service).
What steps would I need to follow? I'm having a great deal of trouble understanding what to put where.
I already know I need to do something like this:
Can I run coffeescript in Heroku?
for the coffeescript stuff.
So this is super easy to run on dotCloud.com
Here is a demo I just pushed.
Just clone this fork and push it to dotcloud.
git clone git://github.com/3on/typeto.me.git
and cd typeto.me
typetome-[your dotcloud login].dotcloud.com
dotcloud create typetome
dotcloud push typetome
And that's it!