Newer
Older
#!/bin/bash
source /home/gosdn/.profile
# Clone goSDN
git clone https://code.fbi.h-da.de/danet/gosdn.git
cd ~/gosdn
git submodule update --init --recursive
# Build goSDN
make build
# Clone gNMI-Target - only use if you want to use the gnmi-target image locally
#cd ~/
#git clone https://code.fbi.h-da.de/danet/gnmi-target.git
#cd gnmi-target
#make container