Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elabftw/elabctl

elabctl is a tool to manage (install/backup/update) an eLabFTW installation
https://github.com/elabftw/elabctl

backup-script hacktoberfest install-script shell update-script

Last synced: 4 days ago
JSON representation

elabctl is a tool to manage (install/backup/update) an eLabFTW installation

Awesome Lists containing this project

README

        

# elabctl.sh

This script is used to manage an eLabFTW instance.

#### See the main [documentation](https://doc.elabftw.net).

## Install

As root:

With `curl`:

~~~bash
curl -sL https://get.elabftw.net -o /usr/local/bin/elabctl && chmod +x /usr/local/bin/elabctl
~~~

Or with `wget`:

~~~bash
wget -qO- https://get.elabftw.net > /usr/local/bin/elabctl && chmod +x /usr/local/bin/elabctl
~~~

## Use

Make sure that `/usr/local/bin` is in your `$PATH`.

~~~bash
elabctl help
~~~