From 119d491d35d02195cd0f77ba63f9dc133c15666f Mon Sep 17 00:00:00 2001 From: shangxdy Date: Tue, 28 Feb 2017 15:51:34 +0800 Subject: Init api gateway framework Add api gateway init frame code JIRA:PARSER-112 Change-Id: I4e5cff09f8ded4107b02bcdd791e5e2b707e11c5 Signed-off-by: shangxdy --- apigateway/README.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 apigateway/README.rst (limited to 'apigateway/README.rst') 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 -- cgit 1.2.3-korg