You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
shed-tools install -g https://your-galaxy -a <api-key> -t eu_tool_list.yaml
119
-
```
120
-
The api key can be found in the User -> Preferences -> Manage API Key in Galaxy menu.
87
+
Instances' tools are managed by a combination of a cron script that installs them (deployed from this playbook) -- check out `[`the script`](templates/galaxy/cron/install_tools.sh.j2)
88
+
and external repository that contains the lists of tools for every instance: https://github.com/CESNET/galaxy_tools.
121
89
122
90
## deployment troubleshooting
123
91
@@ -144,3 +112,7 @@ Use `sudo apt install python3-docker` before running the `usegalaxy.rabbitmqserv
144
112
### influxdb
145
113
146
114
For influxdb apt key error: https://www.influxdata.com/blog/linux-package-signing-key-rotation/
115
+
116
+
### flower
117
+
118
+
Flower role 2.0 tries to install python `virtualenv` globally, which debian12 does not allow. You have to modify the role to prevent this.
0 commit comments