Application Server
Installation
sudo bash -c 'curl -L https://github.com/dolthub/dolt/releases/latest/download/install.sh | sudo bash'Configuration
sudo useradd -r -m -d /var/lib/doltdb dolt$ cd /var/lib/doltdb
$ sudo -u dolt dolt config --global --add user.email [email protected]
$ sudo -u dolt dolt config --global --add user.name "Dolt Server Account"Database creation
Start the server
Users and passwords
Other Linux distributions
Last updated
Was this helpful?