~> App
Version
~> Dolt
Description
Install (execute in workspace terminal)
wrk install dolt==1.7.4
Remarks and hints
# Create place to store your databases
cd ~
mkdir dolt
cd dolt
# start the server on port 3306
dolt sql-server
# If you need dolt server running as daemon
wrk start dolt "cd ~/dolt && dolt sql-server"
# and restart workspace
wrk kill
cd ~
mkdir dolt
cd dolt
# start the server on port 3306
dolt sql-server
# If you need dolt server running as daemon
wrk start dolt "cd ~/dolt && dolt sql-server"
# and restart workspace
wrk kill
Scripts
# Istall script # Start script!= Workspace compatibility
compatible with all workspaces
!= App compatibility
no compatibility requirements