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/0.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: [email protected] With regards, Apache Git Services
