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/02/20 04:31:36 UTC

[GitHub] csantanapr commented on issue #295: Add support for Ubuntu 16.04

csantanapr commented on issue #295: Add support for Ubuntu 16.04
URL: https://github.com/apache/incubator-openwhisk/issues/295#issuecomment-366864213
 
 
   For whom ever wants to contribute this, this is the recommended approach.
   
   ### 1. Support both ubuntu14 and ubuntu16
   Make the following scripts work out of the box on unbuntu14 or unbunt16.
   https://github.com/apache/incubator-openwhisk/tree/master/tools/ubuntu-setup/
   ```
   tools/ubuntu-setup/ansible.sh
   tools/ubuntu-setup/docker.sh
   tools/ubuntu-setup/java8.sh
   tools/ubuntu-setup/misc.sh
   tools/ubuntu-setup/pip.sh
   tools/ubuntu-setup/scala.sh
   ```
   
   ### 2. Have a way to test it
   I think there could be 2 options:
   1. Setup Travis to run in matrix running in parallel ubunt14 and ubunt16
   2. Update Vagrant deployment to use ubunt16
   

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