Skip to content

Commit

Permalink
Update readme.md (free5gc#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchennn authored and andy89923 committed Dec 28, 2023
1 parent 693de8c commit f52152f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# free5GC Web Console

Prior to building webconsole, install nodejs and yarn package first:
### Install yarn:
```bash
sudo apt remove cmdtest
sudo apt remove yarn
sudo apt remove cmdtest yarn
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update
sudo apt-get install -y nodejs yarn
```

### Install Node.js
```bash
sudo apt remove nodejs -y
curl -s https://deb.nodesource.com/setup_16.x | sudo bash
sudo apt install nodejs -y
node -v # check version is 16.x
```

To run free5GC webconsole server. The following steps are to be considered.
```bash
# (In directory: ~/free5gc/webconsole)
Expand Down

0 comments on commit f52152f

Please sign in to comment.