ome / ansible-role-omero-web

Installs and configures OMERO.web and Nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add omero_web_python_addons to preinstall additional pip packages

manics opened this issue · comments

ome/ansible-role-omero-server#36 includes the parameter omero_server_python_addons to install pip packages when the venv is created. An analogous parameter could be added to this role to simplify installation of web apps.

You'll need to duplicate the task https://github.com/ome/ansible-role-omero-web/blob/2.0.2/tasks/web-install.yml#L119 since omero.web includes a requirements file (unless you want to decouple omero.web so it's pip installable 😀)

unless you want to decouple omero.web so it's pip installable

I would think that will be achieved by the end of the year.