In this section, we're going to review how you can start a new shell for Wallaroo regardless of how you installed it.
For each Shell you're expected to setup, you'd have to run the following to enter the Wallaroo Docker container:
Enter the Wallaroo Docker container:
docker exec -it wally env-setup
This command will start a new Bash shell within the container, which will run the env-setup
script to ensure our environment is set up properly.
If your Wallaroo docker container isn't set up or running, you'll get an error with the above command. Please see Setting Up Your Environment for Wallaroo in Docker for details on how to set up and start your Wallaroo Docker enviroment.
For each Shell you're expected to setup, you'd have to run the following to access the Vagrant Box:
cd ~/wallaroo-tutorial/wallaroo-{{ book.wallaroo_version }}/vagrant
vagrant ssh
If your Wallaroo vagrant box isn't set up or running, you'll get an error with the above command. Please see Setting Up Your Environment for Wallaroo in Vagrant for details on how to set up and start your Wallaroo Vagrant enviroment.
For each Shell you're expected to setup, you'd have to run the following to configure the Wallaroo environment:
cd ~/wallaroo-tutorial/wallaroo-{{ book.wallaroo_version }}
source bin/activate
This command will set up the environment variables for running Wallaroo Applications.