Added setup file for smart shelf. 86/4186/2
authoragrawalgaurav <gaurav.agrawal@huawei.com>
Thu, 25 Mar 2021 06:36:52 +0000 (12:06 +0530)
committerGaurav Agrawal <gaurav.agrawal@huawei.com>
Thu, 25 Mar 2021 06:46:45 +0000 (06:46 +0000)
Signed-off-by: agrawalgaurav <gaurav.agrawal@huawei.com>
Change-Id: I52be88fba70e2b4416a8ba325c92952ad2abda8a

example-apps/ROBO/deployment/setup.md [new file with mode: 0644]

diff --git a/example-apps/ROBO/deployment/setup.md b/example-apps/ROBO/deployment/setup.md
new file mode 100644 (file)
index 0000000..71f9392
--- /dev/null
@@ -0,0 +1,29 @@
+
+# Pre-Setup (Before Application Integration)
+Step 1: docker login to akraino dockerhub
+username/pwd - ealtedge/Huawei_akraino
+
+or 
+
+pull images manually
+docker pull ealtedge/obj-detection
+docker pull ealtedge/inventory-be:v1.3
+docker pull ealtedge/robo-be
+docker pull ealtedge/robo
+
+
+Step 2: Install Influx DB
+- Install local path storage (if by default is not available on edge node)
+    1. git clone https://github.com/rancher/local-path-provisioner.git
+    2. cd local-path-provisioner
+    3. helm install local-path --namespace kube-system ./deploy/chart/ --set storageClass.provisionerName=rancher.io/local
+-path --set storageClass.defaultClass=true --set storageClass.name=local-path
+
+- Install influx db
+    1. create my-test namespace
+    2. helm repo add influxdata https://influxdata.github.io/helm-charts
+    3. helm upgrade -i influxdb influxdata/influxdb --set service.type=NodePort --namespace my-test
+
+- Some Pre-Checks
+    - Check whether the config file is at location /root/.kube/
+    - Check that ports are not already occupied
\ No newline at end of file