From 1c8a0c72b5a474f03293edb35f75ced36fa4a244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 29 Nov 2022 17:43:23 +0100 Subject: [PATCH] Link to Installation FAQ --- lib/livebook/application.ex | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/lib/livebook/application.ex b/lib/livebook/application.ex index d3a0939b8..07d5db55a 100644 --- a/lib/livebook/application.ex +++ b/lib/livebook/application.ex @@ -124,21 +124,20 @@ defmodule Livebook.Application do else _ -> Livebook.Config.abort!(""" - Your hostname \"#{hostname}\" does not resolve to a loopback address (127.0.0.0/8), + Your hostname \"#{hostname}\" does not resolve to a loopback address (127.0.0.0/8), \ which indicates something wrong in your OS configuration, or EPMD is not running. - Make sure your computer's name resolves locally or start Livebook using \ - a long distribution name. Please try one of the fixes below: + To address this issue, you might: - * If you are using the Livebook App, please open up a bug report. + * Consult our Installation FAQ: + https://github.com/livebook-dev/livebook/wiki/Installation-FAQ - * If you are using Livebook's CLI, consider using longnames: + * If you are using Livebook's CLI or from source, consider using longnames: livebook server --name livebook@127.0.0.1 + elixir --name livebook@127.0.0.1 -S mix phx.server - * If you are running it from source, do instead: - - MIX_ENV=prod elixir --name livebook@127.0.0.1 -S mix phx.server + * If the issue persists, please file a bug report """) end