This script is used to manage an eLabFTW instance.
See the main documentation.
As root:
With curl
:
curl -sL https://get.elabftw.net -o /usr/local/bin/elabctl && chmod +x /usr/local/bin/elabctl
Or with wget
:
wget -qO- https://get.elabftw.net > /usr/local/bin/elabctl && chmod +x /usr/local/bin/elabctl
Make sure that /usr/local/bin
is in your $PATH
.
elabctl help