Installing Tools
To help us get setup with the tools and services for this workshop, (e.g.: Rust, Kafka), we have built a setup script that will perform all the automated installations and configurations.
Step 1
In the main terminal at the bottom where it states ArchConfWorkshopUser:~/environment $
run the following commands - one at a time.
Step 2
Let verify that Rust is installed correctly. Part of the workshop
script was to create a dummy
project, which should now appear as a directory in your left panel (file tree).
Let's run the dummy
application.
You should see the following:
Let's change back the main directory.
Last updated
Was this helpful?