You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/07/26 15:43:26 UTC

[GitHub] [incubator-openwhisk] chetanmeh edited a comment on issue #4571: Api Gateway support in OpenWhisk Standalone mode

chetanmeh edited a comment on issue #4571: Api Gateway support in OpenWhisk Standalone mode
URL: https://github.com/apache/incubator-openwhisk/pull/4571#issuecomment-515501843
 
 
   To try out this feature follow steps below
   
   ```
   # Fetch custom docker build of apigateway which has apache/incubator-openwhisk-apigateway#347 fixed
   $ docker pull chetanmeh/apigateway
   
   # Download the openwhisk-standalone jar
   $ wget https://github.com/chetanmeh/incubator-openwhisk/releases/download/v0.11/openwhisk-standalone.jar
   $ java -Dwhisk.standalone.api-gateway.image=chetanmeh/apigateway -jar openwhisk-standalone.jar --api-gw
   ```
   
   After this follow the steps as mentioned in [gateway docs][1]
   
   [1]: https://github.com/apache/incubator-openwhisk/blob/master/docs/apigateway.md

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services