Add ONAP Quickstart README for Bejing

This is largely a duplication of what will be in
the offical readthedocs documentation. It is put
here now as part of the README to provide immediate
help to those trying to deploy ONAP using an all
Helm deployment mechanism.

The README will later be amended to simply point to
the offical docs once it has been published for Beijing.

Change-Id: I5e3ec279e19617912d28d482e7818c01620d8945
Issue-ID: OOM-827
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
diff --git a/kubernetes/Makefile b/kubernetes/Makefile
index f3e50e4..7ba5ba9 100644
--- a/kubernetes/Makefile
+++ b/kubernetes/Makefile
@@ -52,5 +52,12 @@
 	@rm -f */requirements.lock
 	@rm -f *tgz */charts/*tgz
 	@rm -rf $(PACKAGE_DIR)
+
+# start up a local helm repo to serve up
+repo:
+	@mkdir -p $(PACKAGE_DIR)
+	@helm serve --repo-path $(PACKAGE_DIR) &
+	@helm repo index $(PACKAGE_DIR)
+	@helm repo add local http://127.0.0.1:8879
 %:
 	@: