Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseshieh committed Jan 25, 2021
2 parents b2da4af + df14dd0 commit 8fe6499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/runtime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ In order to run a remote observer, you need to set up your SSH keys. It could ta
gigalixir account:ssh_keys:add "$(cat ~/.ssh/id_rsa.pub)"
Because Observer runs on your local machine and connects to a production node by joining the production cluster, you first have to have elustering set up. You don't have to have multiple nodes, but you need to follow the instructions in :ref:`cluster your nodes`.
Because Observer runs on your local machine and connects to a production node by joining the production cluster, you first have to have clustering set up. You don't have to have multiple nodes, but you need to follow the instructions in :ref:`cluster your nodes`.

You also need to have :elixir:`runtime_tools` in your application list in your :bash:`mix.exs` file. Phoenix 1.3 and later adds it by default, but you have to add it yourself in Phoenix 1.2.

Expand Down

0 comments on commit 8fe6499

Please sign in to comment.