1.0.11 • Published 7 years ago
trambar v1.0.11
Trambar-cli
Trambar-cli is a utility for installing and updating a Trambar server.
Installation
sudo npm install -g trambarUsage
Installing Trambar
Please following the instructions here.
Starting Trambar
sudo trambar startStoping Trambar
sudo trambar stopRestarting Trambar
sudo trambar restartUpdating Trambar
To pull the latest images of Trambar from Docker Hub:
sudo trambar updateUninstalling Trambar
To remove Trambar's Docker images from a system as well as its configuration files:
sudo trambar uninstallYou will need to manually remove the database and any media files (probably
in /srv/trambar).
License
This project is licensed under the MIT License - see the LICENSE.md file for details