[Dev] [App Cloud] Custom Applications on AppCloud

2016-04-03 Thread Nishadi Kirielle
Hi all, I am currently working on allowing users to upload custom applications types to app cloud with the user specified docker urls. As for now this feature is expected to be exposed only to internal users by updating the configuration file. Any suggestions on this feature are highly appreciated

Re: [Dev] [App Cloud] Custom Applications on AppCloud

2016-04-11 Thread Nishadi Kirielle
Hi all, The basic functionality to add a custom application through a docker URL is implemented. [1] Thanks [1]. https://github.com/nishadi/app-cloud/tree/custom-url On Mon, Apr 4, 2016 at 11:07 AM, Nishadi Kirielle wrote: > Hi all, > I am currently working on allowing users to upload custom a

Re: [Dev] [App Cloud] Custom Applications on AppCloud

2016-04-12 Thread Kasun De Silva
Hi Nishadi, As for now this feature is expected to be exposed only to internal users by > updating the configuration file. How did we do this? what is the config file used ? Can you provide some example how can we use this feature. Say I have an image "kasun/af_tomcat" how can I deploy this in

Re: [Dev] [App Cloud] Custom Applications on AppCloud

2016-04-17 Thread Nishadi Kirielle
Hi, With the implemented feature we can input the above docker image url with the ports that should be exposed (http port and https port). Then the procedure is to pull the docker image and push it to the docker registry. Then it will follow the standard procedure in to deploy it in AppCloud. Than

Re: [Dev] [App Cloud] Custom Applications on AppCloud

2016-04-22 Thread Nishadi Kirielle
HI All, The above feature has been developed in this PR.[1] Thanks [1]. https://github.com/wso2/app-cloud/pull/288 On Mon, Apr 18, 2016 at 8:39 AM, Nishadi Kirielle wrote: > Hi, > With the implemented feature we can input the above docker image url with > the ports that should be exposed (http