From 533e85d058e615bb5cac7a261e026a7b9d986e8f Mon Sep 17 00:00:00 2001 From: Pierre Donias Date: Thu, 1 Feb 2018 15:10:55 +0100 Subject: [PATCH] Fix xo-server migration (#120) --- docs/from_the_sources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/from_the_sources.md b/docs/from_the_sources.md index e1a3119b5..ddec0f104 100644 --- a/docs/from_the_sources.md +++ b/docs/from_the_sources.md @@ -72,7 +72,7 @@ $ cd packages/xo-server $ cp sample.config.yaml .xo-server.yaml ``` -Edit and uncomment it to have the right path to deliver `xo-web`, because `xo-server` embeds an HTTP server (we assume that `xo-server` and `xo-web` are on the same directory). It's near the end of the file: +Edit and uncomment it to have the right path to deliver `xo-web`, because `xo-server` embeds an HTTP server (we assume that `xen-orchestra` and `xo-web` are in the same directory). It's near the end of the file: ```yaml mounts: '/': '../../../xo-web/dist/'