Difference between revisions of "Open5gs: Install WebUI Open5gs"

From OnnoWiki
Jump to navigation Jump to search
Line 6: Line 6:
 
   
 
   
 
  curl -fsSL https://open5gs.org/open5gs/assets/webui/install | sudo -E bash -
 
  curl -fsSL https://open5gs.org/open5gs/assets/webui/install | sudo -E bash -
 +
 +
 +
==Pranala Menarik==
 +
 +
* [[5G]]

Revision as of 13:26, 14 December 2022

Berikut ini adalah cara install WebUI pada Open5gs

sudo apt update
sudo apt install -y curl
curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -
sudo apt install -y nodejs

curl -fsSL https://open5gs.org/open5gs/assets/webui/install | sudo -E bash -


Pranala Menarik