diff options
author | shangxdy <shang.xiaodong@zte.com.cn> | 2017-03-11 01:08:53 +0800 |
---|---|---|
committer | shangxdy <shang.xiaodong@zte.com.cn> | 2017-03-11 01:11:25 +0800 |
commit | 61a6e142120e622eb74751c4ff1ba9fa9ffceba4 (patch) | |
tree | 038887338cdbdd27d406813701c5b529e5b07e8b /docs/release/installation/installation.instruction.rst | |
parent | 9c41f06b30811b8f2d21a3fb5032ad5f2ecb2682 (diff) |
Add apigateway docs
Add documents for apigateway.
JIRA:PARSER-123
Change-Id: Ibe8ebd6e3a3f62d58d8da0da4d9be8ceb673fb7b
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'docs/release/installation/installation.instruction.rst')
-rw-r--r-- | docs/release/installation/installation.instruction.rst | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/docs/release/installation/installation.instruction.rst b/docs/release/installation/installation.instruction.rst index de6956a..ae2cbb1 100644 --- a/docs/release/installation/installation.instruction.rst +++ b/docs/release/installation/installation.instruction.rst @@ -3,7 +3,7 @@ Parser tosca2heat Installation -============================ +============================== Please follow the below installation steps to install tosca2heat submodule in parser. @@ -81,7 +81,7 @@ Step 3: Change directory to the downloaded directory and run the setup file. python setup.py Step 4: install python-lxml --------------- +--------------------------- Please follow the below installation link. http://lxml.de/installation.html @@ -131,3 +131,35 @@ Step 2: Go to the verigraph directory. Step3: Follow the instructions in README.rst for downloading verigraph dependencies and for installing verigraph. + + +Parser apigateway Installation +============================== + +In the present release, apigateway requires that the following software is also installed: + + - grpcio (https://github.com/golang/protobuf/protoc-gen-go) + +Please follow the below installation steps to install apigateway submodule in parser. + +Step 1: Clone the parser project. + +.. code-block:: bash + + git clone https://gerrit.opnfv.org/gerrit/parser + +Step 2: Install the apigateway submodule. + +.. code-block:: bash + + # change directory to apigateway + cd parser/apigateway + + # install requirements + pip install -r requirements.txt + + # install apigateway + python setup.py install + +**Notes**: In release D, apigateway submodule is only initial framework code, and more feature will +be provided in the next release.
\ No newline at end of file |