Setting up the training-tutorial project for Technical BA Academy
FAQ relevant for: Technical BA Academy
Hi guys!
We've added a new script to the VDIs for the Technical BA Academy to simplify the training-tutorial project setup. This script combines all the necessary setup commands into a single script!
If you've already set up the training-tutorial project, there's no need to do it again!
Also, you will still be able to setup the project manually by following BA Module 1.2: Smoke Test (after completing Module 1.1: Development Tools).
The new script is just an additional method for setting up the training-tutorial project for the Scenario-Based Tasks.
The rest of this post will explain how to get the new script on your VDI, and how to use it to set up the training-tutorial project.
How to get the updated setup scripts
To get the new script on your VDI, you will need to unzip the setup scripts again. To do this run the following commands in order:
cd ~
cp /opt/training/2.1.1/resources/analyst/setup_scripts.zip ~
unzip setup_scripts.zip
cd ~/setup-scripts-analyst
chmod +x *.sh
If you are prompted with this message:
Enter A (or y) to overwrite the existing setup scripts folder with the new folder.
To make sure that you have the latest version of the setup scripts, open up the /setup-scripts-analyst folder and check you have a file called setup_training_tutorial.sh.
Also make sure you can see the training-tutorial in your home folder. If you are missing this project, please also rerun the following commands:
cd ~/setup-scripts-analyst
./run_setup.sh
Running the training-tutorial setup script
Now that you have the new setup script, you can use it!
To run the script run the following commands in order:
Navigate to the /setup-scripts-analyst folder using:
cd ~/setup-scripts-analyst
Run the training-tutorial setup script using:
./setup_training_tutorial.sh
This script may take up to an hour to fully execute all the commands.
Do not leave the VDI idle for too long as it will disconnect from inactivity! If this happens, you will need to rerun the script
If all the commands execute successfully, you will see this final message in the terminal:
Now you should be able to run the Quantexa UI on the training-tutorial using the run-all script!
If you encounter any issues while running this script or have any questions, please let us know in the comments of this post!
We hope this helps!
Many thanks,
The Academy Team
Comments
-
Looks great!
Nida Ahmed - Academy Team Lead ⛑️
Did my reply answer your question? Why not mark it as accepted 😁
1