summaryrefslogtreecommitdiffstats
path: root/apigateway/README.rst
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2017-02-28 15:51:34 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2017-03-06 16:26:40 +0800
commit119d491d35d02195cd0f77ba63f9dc133c15666f (patch)
tree397bc30dce7ccf2da7522b6d834908bff3b4eda8 /apigateway/README.rst
parent53b22cfb7ad8b323073213e4e55584261dd4e50a (diff)
Init api gateway framework
Add api gateway init frame code JIRA:PARSER-112 Change-Id: I4e5cff09f8ded4107b02bcdd791e5e2b707e11c5 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'apigateway/README.rst')
-rw-r--r--apigateway/README.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/apigateway/README.rst b/apigateway/README.rst
new file mode 100644
index 0000000..48eba40
--- /dev/null
+++ b/apigateway/README.rst
@@ -0,0 +1,25 @@
+
+Apigateway
+==========
+A apigateway of web application for parser sub-projects, such as tosca2heat and policy2tosca.
+
+Building
+--------
+
+First you need some dependencies:
+
+.. code-block:: bash
+
+ pip install bindep
+ apt-get install $(bindep -b)
+ pip install -f requirements.txt
+ pip install grpcio-tools
+ go get -u github.com/golang/protobuf/protoc-gen-go
+
+Then you can build the code:
+
+.. code-block:: bash
+
+ autoreconf -fi
+ ./configure
+ make \ No newline at end of file