Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trambarhq/trambar-cli
A utility for installing and managing a Trambar server
https://github.com/trambarhq/trambar-cli
Last synced: 2 days ago
JSON representation
A utility for installing and managing a Trambar server
- Host: GitHub
- URL: https://github.com/trambarhq/trambar-cli
- Owner: trambarhq
- License: mit
- Created: 2018-02-22T05:40:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T10:31:29.000Z (over 4 years ago)
- Last Synced: 2024-12-30T03:26:14.427Z (10 days ago)
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Trambar-cli
Trambar-cli is a utility for installing and updating a [Trambar](https://github.com/chung-leong/trambar/)
server.## Installation
```sh
sudo npm install -g trambar
```## Usage
### Installing Trambar
Please following the [instructions here](https://github.com/chung-leong/trambar/blob/master/docs/getting-started.md).
### Starting Trambar
```sh
sudo trambar start
```### Stoping Trambar
```sh
sudo trambar stop
```### Restarting Trambar
```sh
sudo trambar restart
```### Updating Trambar
To pull the latest images of Trambar from [Docker Hub](https://hub.docker.com/u/trambar/dashboard/):
```sh
sudo trambar update
```### Uninstalling Trambar
To remove Trambar's Docker images from a system as well as its configuration
files:```sh
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](LICENSE.md) file for details