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 2018/04/18 21:46:31 UTC

[GitHub] ddragosd commented on a change in pull request #285: Multi-architecture build of API Gateway.

ddragosd commented on a change in pull request #285: Multi-architecture build of API Gateway.
URL: https://github.com/apache/incubator-openwhisk-apigateway/pull/285#discussion_r182579479
 
 

 ##########
 File path: README.md
 ##########
 @@ -50,33 +49,63 @@ docker run -p 80:80 -p <managedurl_port>:8080 -p 9000:9000 \
 ```
 
 ## API
-- [v2 Management Interface](https://github.com/openwhisk/openwhisk-apigateway/blob/master/doc/v2/management_interface_v2.md)
-- [v1 Management Interface](https://github.com/openwhisk/openwhisk-apigateway/blob/master/doc/v1/management_interface_v1.md)
 
+* [v2 Management Interface](https://github.com/openwhisk/openwhisk-apigateway/blob/master/doc/v2/management_interface_v2.md)
+* [v1 Management Interface](https://github.com/openwhisk/openwhisk-apigateway/blob/master/doc/v1/management_interface_v1.md)
 
 ## Developer Guide
 
 ### Running locally
 
  To build the docker image locally use:
+
  ```
   make docker
  ```
 
  To Run the Docker image
+
  ```
-  make docker-run PUBLIC_MANAGEDURL_HOST=<mangedurl_host> PUBLIC_MANAGEDURL_PORT=<managedurl_port> \
-    REDIS_HOST=<redis_host> REDIS_PORT=<redis_port> REDIS_PASS=<redis_pass>
+ make docker-run \
+    PUBLIC_MANAGEDURL_HOST=<mangedurl_host> \
+    PUBLIC_MANAGEDURL_PORT=<managedurl_port> \
+    REDIS_HOST=<redis_host> REDIS_PORT=<redis_port> \
+    REDIS_PASS=<redis_pass>
  ```
 
-
 ### Testing
 
  First install the necessary dependencies:
+
  ```
   make test-build
  ```
+
  Then, run the unit tests:
+
  ```
   make test-run
  ```
+
+### Multi-architecture build
+
+ The API Gateway has been converted to support multi-architecture builds for
+ the standard (non-profiling) build. As a result, all builds are now managed
+ by the Gradle build tool. For backward compatibility, the `Makefile` can be
+ used to execute the builds and runs as always.
+
+ For more information on building a multiarchitecture OpenWhisk image, see
+ [this document](https://github.com/apache/incubator-openwhisk/blob/master/docs/runtimes-multiarch.md).
 
 Review comment:
   broken link ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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