Saving your senaite setup for install on server

Is it possible to save your senaite setup on a usb and install it on a standalone server? If so, how should i go about doing it?

Hi @Afroeskimo, this tool may be what you are looking for: https://github.com/senaite/senaite.core/pull/1463

Regards,

1 Like

Thank you, ill check it out. By any chance, would you know how you could send lab results via sms through Senaite?
Kindest regards!

It is doable by adding some code (and some labs are using it), but it is not something predefined in SENAITE. How you want to implement it may depend on your use case.

I guess you should add an adapter that triggers after activating the publishing transition for a sample. This adapter should send the results to an SMS server.

Thanx, will see what i can do