UTS Data Arena
  • home
  • projects
  • dive in
  • about
  • calendar
UTS Data Arena
projectsdive inaboutcalendar

Wiki


No pages

Deploy Your Project to the DA

With your project packaged to the "/da" shared file system, you're now ready to deploy it to the Data Arena. This process will copy your project to each of the DA's individual computers. Follow these steps in a Konsole window.

🚀 Use the deploy script

Use our deployUE4 command to deploy your project. Include the path to your packaged folder you want to deploy (with the version number), and the name of your project (without the version number). Example:

deployUE4 /da/proj/FEIT/DataEngineering/2022/YourGroupName/Packages/YourProjectName.v01 YourProjectName

The deploy script will report what it's about to do and give you a progress update on the transfer of files to each of the DA computers. When finished, you'll see this message:

All rsync jobs have finished.

Deploy complete.

All done! If deployment was successful, you're now ready to test your project in the DA.

Last updated 17 Oct 2022
Package Your Project
Run Your Project in the DA