Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 378 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 378 Bytes

Weber Heroku Example

Example Weber, an Elixir web framework, app that can be deployed as is to Heroku.

$ heroku create --buildpack "https://github.com/goshakkk/heroku-buildpack-elixir.git"
$ heroku labs:enable websockets
$ git push heroku master
$ heroku open