diff options
Diffstat (limited to 'apigateway/README.md')
-rw-r--r-- | apigateway/README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/apigateway/README.md b/apigateway/README.md new file mode 100644 index 0000000..48eba40 --- /dev/null +++ b/apigateway/README.md @@ -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 |