Fix xo-server migration (#120)

This commit is contained in:
Pierre Donias 2018-02-01 15:10:55 +01:00 committed by Olivier Lambert
parent 4f2c750dbb
commit 533e85d058

View File

@ -72,7 +72,7 @@ $ cd packages/xo-server
$ cp sample.config.yaml .xo-server.yaml $ 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 ```yaml
mounts: '/': '../../../xo-web/dist/' mounts: '/': '../../../xo-web/dist/'