Skip to content

Commit

Permalink
Add ROOT_URL tip for local test servers (fix #421)
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Jul 26, 2019
1 parent 581a274 commit 22d7601
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Here is how to get a **local test server** running:

`*` means all groups, so this user gets all permissions globally.

Even a test server will be accessible from the rest of the Internet. However,
many features (including editing messages) will work only if you set the
`ROOT_URL` environment variable to `http://your.host.name:3000`
before running `meteor` in Step 3.

## Public Server

To deploy to a **public server**, we recommend deploying from a development
Expand Down

0 comments on commit 22d7601

Please sign in to comment.