change some doc file names
[parser.git] / apigateway / README.md
1
2 Apigateway
3 ==========
4 A apigateway of web application for parser sub-projects, such as tosca2heat and policy2tosca.
5
6 Building
7 --------
8
9 First you need some dependencies:
10
11 .. code-block:: bash
12
13   pip install bindep
14   apt-get install $(bindep -b)
15   pip install -f requirements.txt
16   pip install grpcio-tools
17   go get -u github.com/golang/protobuf/protoc-gen-go
18
19 Then you can build the code:
20
21 .. code-block:: bash
22
23   autoreconf -fi
24   ./configure
25   make