Skip to content

Commit fd90d48

Browse files
committed
add readme
1 parent fb57fa1 commit fd90d48

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
test_weber_2
2-
=====
1+
Weber Heroku Example
2+
====================
3+
4+
Example [Weber](https://github.com/0xAX/weber), an [Elixir](http://elixir-lang.org/) web framework, app that can be deployed as is to [Heroku](https://www.heroku.com/).
5+
6+
```
7+
$ heroku create --buildpack "https://github.com/goshakkk/heroku-buildpack-elixir.git"
8+
$ heroku labs:enable websockets
9+
$ git push heroku master
10+
$ heroku open
11+
```

0 commit comments

Comments
 (0)