algorun / algopiper

A visual tool to create, run, integrate and share computational pipelines.
http://algopiper.org
Apache License 2.0
1 stars 3 forks source link

Deploy should deploy underlying algorun containers on the local machine #4

Closed thibauld closed 9 years ago

thibauld commented 9 years ago

When clicking on deploy, today the algopiper nodes call the containers located on the remote server. When clicking on deploy, algopiper should deploy the needed algorun containers on the local machine. The name of the containers should be _ if user management is enabled on algopiper and otherwise. When a deployment is done, algopiper should check for every node if the underlying algorun algorithm is already available, if not it should run it. When algopiper is closed, it should stop and remove all used algorun containers.