Hi,
I am trying to check out Senaite for a laboratory in Africa, where digitalization is urgently needed. I succesfully installed senaite using the docker image, and it´s runnig very nice- so promising for us. Is there any possibility to add the Health Add-On to this docker installation?
Best
Eoneath
ramonski
(Ramon Bartl)
October 8, 2022, 7:01pm
2
Hi Eoneath,
senaite.health
is discontinued for SENAITE 2.x, but you can use the senaite.patient
add-on instead.
Have a look into this docker-compose.yml
example configuration, on how to add this add-on to your Docker container:
opened 01:19PM - 05 Aug 22 UTC
closed 08:47AM - 04 Oct 22 UTC
When setting the `PASSWORD` environment variable on a new container I get the fo… llowing error:
```
senaite_1 | Traceback (most recent call last):
senaite_1 | File "bin/zope-passwd", line 309, in <module>
senaite_1 | sys.exit(senaite.core.scripts.zope_passwd())
senaite_1 | File "/home/senaite/senaitelims/src/senaite.core/src/senaite/core/scripts/__init__.py", line 79, in zope_passwd
senaite_1 | return run_it("_zope_passwd")
senaite_1 | File "/home/senaite/senaitelims/src/senaite.core/src/senaite/core/scripts/__init__.py", line 73, in run_it
senaite_1 | module.run(app)
senaite_1 | File "/home/senaite/senaitelims/src/senaite.core/src/senaite/core/scripts/_zope_passwd.py", line 24, in run
senaite_1 | users = app.acl_users.users
senaite_1 | AttributeError: 'RequestContainer' object has no attribute 'users'
```
tested on latest 2.x image (`8c142a35419a`)
Best regards
Ramon
1 Like