.deb
and .rpm
distributions) is coming soon, but for now this set of manual setup work is necessary.dolt
binary in /usr/local/bin
, which is probably on your $PATH
. If it isn't add it there or use use the absolute path of the dolt
binary for next steps.--author
flag, but this will be default author of every commit in the server./var/lib/doltdb/databases
where you want your dolt data to live. Name the directory the same as the name of your database.systemctl
. Some distributions of Linux do not support this tool; consult their documentation for configuration instructions.systemctl
needs it to live.-P
argument.root
and an empty password. Dolt currently supports a single user and password. To change the name and password of the SQL user, provide a config file as described in the sql-server
docs.