Skip to content

Instantly share code, notes, and snippets.

@chris-ramon
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chris-ramon/9157910 to your computer and use it in GitHub Desktop.
Save chris-ramon/9157910 to your computer and use it in GitHub Desktop.
heroku + dart
Procfile
web: ./dart-sdk/bin/dart bin/basic_http_server.dart
heroku create myfirstdartappforheroku -s cedar
heroku labs:enable user-env-compile
heroku config:set DART_SDK_URL=https://github.com/selkhateeb/heroku-vagrant-dart-build/releases/download/latest/dart-sdk.tar
heroku config:add BUILDPACK_URL=https://github.com/igrigorik/heroku-buildpack-dart.git
git push heroku master
heroku ps:scale web=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment