update info of infra/README.md
[ealt-edge.git] / example-apps / ROBO / deployment / setup.md
1
2 # Pre-Setup (Before Application Integration)
3 Step 1: docker login to akraino dockerhub
4 username/pwd - ealtedge/Huawei_akraino
5
6 or 
7
8 pull images manually
9 docker pull ealtedge/obj-detection
10 docker pull ealtedge/inventory-be:v1.3
11 docker pull ealtedge/robo-be
12 docker pull ealtedge/robo
13
14
15 Step 2: Install Influx DB
16 - Install local path storage (if by default is not available on edge node)
17     1. git clone https://github.com/rancher/local-path-provisioner.git
18     2. cd local-path-provisioner
19     3. helm install local-path --namespace kube-system ./deploy/chart/ --set storageClass.provisionerName=rancher.io/local
20 -path --set storageClass.defaultClass=true --set storageClass.name=local-path
21
22 - Install influx db
23     1. create my-test namespace
24     2. helm repo add influxdata https://influxdata.github.io/helm-charts
25     3. helm upgrade -i influxdb influxdata/influxdb --set service.type=NodePort --namespace my-test
26
27 - Some Pre-Checks
28     - Check whether the config file is at location /root/.kube/
29     - Check that ports are not already occupied