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/05/10 18:45:51 UTC

[GitHub] rabbah commented on issue #3541: Point Getting Started to docker-compose

rabbah commented on issue #3541: Point Getting Started to docker-compose
URL: https://github.com/apache/incubator-openwhisk/pull/3541#issuecomment-388147804
 
 
   On a fresh system, got one error and some warnings:
   
   ```
   cat: /Users/rabbah/tmp/openwhisk/local.env: No such file or directory
   ...
    [WARNING]: Unable to parse /openwhisk/ansible/environments/local as an inventory source
    [WARNING]: No inventory was parsed, only implicit localhost is available
    [WARNING]: Could not match supplied host pattern, ignoring: all
    [WARNING]: provided hosts list is empty, only localhost is available
   ```
   
   system came up cleanly though:
   ```
   creating the hello.js function ...
   invoking the hello-world function ... 
   adding the function to whisk ...
   ok: created action hello
   invoking the function ...
   invokation result: { "payload": "Hello, World!" }
   { "payload": "Hello, World!" }
    creating an API from the hello function ...
   ok: updated action hello
   invoking:  http://172.17.0.1:9090/api/23bc46b1-71f6-4ed5-8c54-816aa4f8c502/hello/world
     "payload": "Hello, World!"
   ok: APIs
   Action          Verb  API Name  URL
   /guest/hello     get    /hello  http://172.17.0.1:9090/api/23bc46b1-71f6-4ed5-8c54-816aa4f8c502/hello/world
   deleting the function ...
   ok: deleted action hello
   ```
   
   

----------------------------------------------------------------
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