summaryrefslogtreecommitdiffstats
path: root/apigateway/README.rst
diff options
context:
space:
mode:
authorJulien <zhang.jun3g@zte.com.cn>2017-07-19 21:40:40 +0800
committerJulien <zhang.jun3g@zte.com.cn>2017-07-19 21:40:40 +0800
commit00219e7e9b24ee2298a7d0d977afdf123a6de88b (patch)
tree26adc25806b642937b804bb5caa26332a1998f69 /apigateway/README.rst
parent6a24bbe353242f78c2a2eb08f522cccea60befc4 (diff)
rename all READM.rst to README.md
Change-Id: I95930de9fefd0897bd0b75d2aeb5a1d731332dad Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Diffstat (limited to 'apigateway/README.rst')
-rw-r--r--apigateway/README.rst25
1 files changed, 0 insertions, 25 deletions
diff --git a/apigateway/README.rst b/apigateway/README.rst
deleted file mode 100644
index 48eba40..0000000
--- a/apigateway/README.rst
+++ /dev/null
@@ -1,25 +0,0 @@
-
-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