Fixed a bug WebUI for production build (#1824)

This commit is contained in:
Sukchan Lee 2022-10-28 14:44:06 +09:00
parent b9f6432e54
commit f1c0b6d239
13 changed files with 5556 additions and 5077 deletions

View file

@ -184,7 +184,7 @@ $ sudo apt install open5gs
The following shows how to install the Web UI of Open5GS.
```bash
$ curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
$ curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
$ sudo apt install nodejs
$ curl -fsSL https://open5gs.org/open5gs/assets/webui/install | sudo -E bash -
```