X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Fuse_cases%2Fseba_on_arm%2Finstall%2FREADME;h=9a389a7ccd2eed4c2116b21c5304eead0082faa9;hb=86f779eb36059f19e59f5dd7e17ec028e9245154;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=2b3bcd2deda4437d351f29ce58dfcd05fb887fdb;p=iec.git diff --git a/src/use_cases/seba_on_arm/install/README b/src/use_cases/seba_on_arm/install/README index e69de29..9a389a7 100644 --- a/src/use_cases/seba_on_arm/install/README +++ b/src/use_cases/seba_on_arm/install/README @@ -0,0 +1,18 @@ +SEBA on Arm Installation Guide + +1. To install: + sudo install.sh + +2. To uninstal: + sudo uninstall.sh + +3. A simple test for its function: + sudo test.sh + It may need to install the tool 'curl', for ubuntu 16.04/18.04 by: + apt-get -y install curl + +4. Use the XOS-GUI webui with your browser to check the config: + http://node_ip:30001 + For a known Kubernetes issues, you may need to add to the node you would like to access: + $sudo iptables -A FORWARD -j ACCEPT + if you can only access the GUI from the node where xos-gui pod runs.