Hello, @sagar I'm trying to install the server and portal. Did you manage to get it running. I have run into an issue with "docker run --name taverna -p 8080:8080 -d stain/taverna-server" where it returns the error Unable to find image 'stain/taverna-server:latest' locally Pulling repository stain/taverna-server FATA[0002] Error: image stain/taverna-server:latest not found
So I used the docker image taverna/taverna-server instead. ie docker run --name taverna -p 8080:8080 -d taverna/taverna-server Then I ran the portal using docker run --name taverna-portal --link taverna:taverna -p 3000:3000 -d fbacall/taverna-player-portal Go to localhost:3000 in your browser. Create a new user. Download a workflow from myexperiment eg http://www.myexperiment.org/workflows/824.html Go to the workflows tab in the portal and upload it. Then you can run it and it should fetch todays xkcd image for you. Cheers, Ian On 17 August 2016 at 20:55, Gale Naylor <[email protected]> wrote: > >>In the previous version, the simple button had used to run workflow but I > will use floating action button for it. > > FAB will be very cool. Looking forward to it! > > On Wed, Aug 17, 2016 at 12:53 PM Gale Naylor <[email protected]> > wrote: > > > Regarding target API levels: > > > > >>In > > > > https://github.com/apache/incubator-taverna-mobile/blob/ > master/app/build.gradle > > > > the min sdk is 16 and the target 21. I think these translate as Jelly > Bean > > and Lollypop respectively > > > > Forgot I could look up the targets in the build.gradle file, but what I > > was really wondering is -- shouldn't this information be in the readme? > > > > On Wed, Aug 17, 2016 at 2:57 AM Sagar <[email protected]> wrote: > > > >> Sorry, i mean taverna player portal, not taverna player . > >> > > >
