Skip to content

Commit

Permalink
it is called app id instead of srvid
Browse files Browse the repository at this point in the history
  • Loading branch information
phuesler committed Oct 5, 2012
1 parent af0fcf1 commit 139cbc8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -4,10 +4,10 @@ Hopefully, when it's grown up, this will be an Erlang web app starter kit.

# Steps

$ rebar create-app srvid=aloha
$ rebar create-app appid=aloha
$ cp templates/rebar.config.template rebar.config
$ rebar get-deps compile
$ cp templates/aloha_api.erl aloha_api.erl
$ cp templates/aloha_app.erl aloah_app.erl
$ rebar compile
$ curl localhost:3000/aloha
$ cp templates/aloha_api.erl aloha_api.erl
$ cp templates/aloha_app.erl aloah_app.erl
$ rebar compile
$ curl localhost:3000/aloha

0 comments on commit 139cbc8

Please sign in to comment.