Skip to content

Commit

Permalink
fixed doco
Browse files Browse the repository at this point in the history
  • Loading branch information
vorn committed Apr 7, 2012
1 parent e870a20 commit 067ad04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ To create a new project from scratch:
5. Add Procfile, run.sh from this project - edit project name in run.sh
6. Edit myapp/init.sh - add the following sections: (running erl with the -sname param causes heroku startup to fail)

'start-no-sname')
'start-standalone')
# Start Boss in production mode with no -sname parameter
echo "starting boss in production mode..."
START=$(./rebar boss c=start_cmd|grep -v "==>"|perl -pe 's/-sname\s+\S+//')
$START
;;

'start-dev-no-sname')
'start-dev-standalone')
# Start Boss in development mode
START_DEV=$(./rebar boss c=start_dev_cmd|grep -v "==>"|perl -pe 's/-sname\s+\S+//')
$START_DEV
Expand Down

0 comments on commit 067ad04

Please sign in to comment.