Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elabftw/elabctl
- Owner: elabftw
- License: gpl-3.0
- Created: 2014-08-23T01:54:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T18:25:02.000Z (8 months ago)
- Last Synced: 2024-03-26T22:17:40.745Z (8 months ago)
- Topics: backup-script, hacktoberfest, install-script, shell, update-script
- Language: Shell
- Homepage: https://www.elabftw.net
- Size: 292 KB
- Stars: 13
- Watchers: 4
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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
~~~