A Getting Started demo of Dolt and Diesel
Navigate to your path of preference and execute the following commands.
mkdir dieselrs_big_demo
cd dieselrs_big_demo
dolt init --funResult:
Successfully initialized dolt data repository.Start the sql server with dolt.
dolt sql-serverResult:
Starting server with Config HP="localhost:3306"|T="28800000"|R="false"|L="info"|S="/tmp/mysql.sock"
2023-07-19T10:31:42-08:00 INFO [no conn] Server ready. Accepting connections. {}Navigate to your path of preference and execute the following commands.
git clone git@github.com:aliyss/dolt-dieselrs-getting-started.git
cd dolt-dieselrs-getting-startedResult:
remote: Enumerating objects: 69, done.
remote: Counting objects: 100% (69/69), done.
remote: Compressing objects: 100% (42/42), done.
...Make sure the environment variables in the .env file are correct, based on your setup.
Make sure you are in the correct directory.
cargo run