adamcajf commited on
Commit
45c3161
·
verified ·
1 Parent(s): a395aaf

Update hackathon_setup.sh

Browse files
Files changed (1) hide show
  1. hackathon_setup.sh +5 -3
hackathon_setup.sh CHANGED
@@ -1,9 +1,11 @@
1
  #!/bin/bash
2
  # =============================================================
3
- # Only team lead has to run the setup script.
4
- # Hackathon Full Environment Setup Script
5
  # This creates shared folders, set permissions, download datasets, and prepare environments.
6
- # Make changes in CONFIGURATION section before running
 
 
7
  # Run with: source hackathon_setup.sh
8
  # =============================================================
9
 
 
1
  #!/bin/bash
2
  # =============================================================
3
+ # Only team lead has to configure and run the setup script.
4
+ # This is the Hackathon Full Environment Setup Script.
5
  # This creates shared folders, set permissions, download datasets, and prepare environments.
6
+ # Make changes in CONFIGURATION section below before running this script:
7
+ # 1) for property OWNER: add your user name from Juelich (as a team lead) and add the user names of your teammates
8
+ # 2) create the team folder using the team lead username
9
  # Run with: source hackathon_setup.sh
10
  # =============================================================
11