Update document to fix the WebUI installation URL (#176)

This commit is contained in:
Sukchan Lee 2019-05-02 16:34:05 +10:00
parent 0291d97dd5
commit d744893fba
1 changed files with 2 additions and 1 deletions

View File

@ -119,6 +119,7 @@ $ sudo systemctl restart nextepc-sgwd
1. *Debian and Ubuntu* based Linux distributions can install [Node.js](https://nodejs.org/) as follows:
```bash
$ sudo apt update
$ sudo apt install curl
$ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
$ sudo apt install nodejs
@ -133,7 +134,7 @@ $ sudo systemctl restart nextepc-sgwd
You can now install WebUI of NextEPC.
```bash
$ curl -sL {{ site.url }}/static/webui/install | sudo -E bash -
$ curl -sL {{ site.url }}{{ site.baseurl }}/assets/webui/install | sudo -E bash -
```
### Register Subscriber Information