CLI
This guide covers deploying Marmot using the command-line interface.
Installation
Automatic Installation
You can install Marmot with the automatic installation script, it's strongly recommended you inspect the contents of any script before piping it into bash.
curl -fsSL get.marmotdata.io | sh
Manual Installation
If you prefer to install manually:
- Download the latest Marmot binary for your platform from GitHub Releases
- Make the binary executable:
chmod +x marmot
- Move the binary to a location in your PATH:
sudo mv marmot /usr/local/bin/
Running Marmot
marmot run --config /path/to/config.yaml
The default username and password is admin:admin
Configuration
Create a config.yaml
file with your database connection details. You can read more about available configuration options here.
database:
host: localhost
port: 5432
user: postgres
password: password
name: marmot