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/03 08:45:04 UTC

[GitHub] neerava opened a new issue #109: Out of the box steps did not work for ubuntu 16.04

neerava opened a new issue #109: Out of the box steps did not work for ubuntu 16.04
URL: https://github.com/apache/incubator-openwhisk-devtools/issues/109
 
 
   The [out of box steps][1] did not work for me while installing on ubuntu 16.04. The `make quick-start` output gets stuck at 
   >waiting for the database to come up...........  
   
   Following steps worked for me:
   
   1. Step 1 and 2 from https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04 to install docker
   2. Step 1 in https://www.digitalocean.com/community/tutorials/how-to-install-docker-compose-on-ubuntu-16-04
   3. I also got following error while trying to use docker-compose:
   > Docker compose: error while loading shared libraries libz.so.1
   
   To resolve this, remount tmp with exec permission:
   `sudo mount /tmp -o remount,exec`
   
   In essence the user needs to ensure that user needs to install latest docker instead of the one available in ubuntu repository and follow the steps for invoking docker as non-root user.
   
   [1]: https://github.com/apache/incubator-openwhisk-devtools/tree/master/docker-compose

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