Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,17 @@ Optional environment variables:

## Deploy to Heroku

To get up and running quickly, you can deploy to Heroku using the button below
To get up and running quickly, you can deploy to Heroku using the button below:

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

This will deploy an instance of the crewlink-server. You can get the URL of your server by using the app name that you gave when you launched the app on heroku and appending `.herokuapp.com`. You can also find the URL of your server by going to "Settings", scrolling down to "Domains", and removing the `https://` and trailing slash from the url. Using this URL, follow step 4 of the [installation instructions](https://github.com/ottomated/CrewLink-server#manual-installation) to connect your client to your server instance.
This will deploy an instance of the crewlink-server. You can get the URL of your server by using the app name that you gave when you launched the app on Heroku in the following format:

```https://<your-app-name>.herokuapp.com/```

You can also find the URL of your server by going to "Settings", scrolling down to "Domains".

Using this URL, copy your server's URL into CrewLink settings. Make sure everyone in your lobby is using the same server.

## Docker Quickstart

Expand Down