Skip to content

Commit

Permalink
Add torquebox-server deploy instructions to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Feb 12, 2012
1 parent 99bd55c commit 14c5c5b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -40,6 +40,12 @@ Deploy backstage using the `backstage` command. You can deploy with security
disabled: `jruby -S backstage deploy`
Or enable security by providing a username/password pair: `jruby -S backstage deploy --secure=username:password`

If you are deploying to the torquebox-server gem, you'll need to provide the
`$TORQUEBOX_HOME` environment var. You can obtain that from the `torquebox`
command and set it like so:

TORQUEBOX_HOME=`torquebox env torquebox_home` backstage deploy

### From Source ###

*Note:* unless you are doing development on BackStage, the recommended
Expand Down

0 comments on commit 14c5c5b

Please sign in to comment.