This guide provides step-by-step instructions for setting up the Saito Rust workspace on a Linux and mac environment. Follow these steps to clone the repository, prepare the environment, and run the application.
Clone the Saito Rust workspace repository from GitHub:
git clone https://github.com/saitotech/saito-rust-workspace
Once you have downloaded Saito, move into your cloned directory and run the initial_setup.sh script to automatically configure and prepare your environment. This script is located in the ./scripts
subdirectory:
cd saito-rust-workspace/scripts
./initial_setup.sh
For a detailed explanation of what the script does, please refer to the Rust bootstrap script documentation. Our goal is to make initial setup as painless as possible, so please contact our team if you have any problems running this script.
Upon completion of the setup script, you are ready to start running Saito Rust locally. Go back to the root directory and navigate into the saito-rust
subdirectory. Then start the application with Rust's cargo tool:
cd ../saito-rust
RUST_LOG=debug cargo run
You can now test if Saito is running on your machine by pointing your browser to http://localhost:12101/.