Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

download code

https://github.com/CiscoDevNet/yangsuite


git clone https://github.com/CiscoDevNet/yangsuite.git


cd yangsuite/docker

sudo ./start_yang_suite.sh

!! on server02:  admin / Ekinops!1

!! on Laptop vmware: admin / ekinops!1 

!! need for remote access: local host FQDN or IP: 192.168.0.11

Code Block
titleinstall
root@server02:~/yangsuite/docker# ./start_yang_suite.sh
Hello, please setup YANG Suite admin user.
username: me
password:
confirm password:
Will you access the system from a remote host? (y/n): n
# Enter local host FQDN or IP: 192.168.0.11
email: jean-luc.kriker@ekinops.com


stop the script and start docker-compose

CTRL^C

docker-compose up -d

Code Block
titlestart docker-compose
root@server02:~/yangsuite/docker# docker-compose up -d
[+] Running 3/3
✔ Container docker-yangsuite-1 Started 0.0s
✔ Container docker-backup-1 Started 0.0s
✔ Container docker-nginx-1 Started 0.0s
root@server02:~/yangsuite/docker#



https://192.168.0.11:8443


...