trambar
v1.0.11
Published
A utility for installing and managing a Trambar server
Downloads
60
Readme
Trambar-cli
Trambar-cli is a utility for installing and updating a Trambar server.
Installation
sudo npm install -g trambar
Usage
Installing Trambar
Please following the instructions here.
Starting Trambar
sudo trambar start
Stoping Trambar
sudo trambar stop
Restarting Trambar
sudo trambar restart
Updating Trambar
To pull the latest images of Trambar from Docker Hub:
sudo trambar update
Uninstalling Trambar
To remove Trambar's Docker images from a system as well as its configuration files:
sudo trambar uninstall
You 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