@@ -45,30 +45,30 @@ be able to see your app.
4545
4646Before your collaborator can run a job with your app, they must also have
4747correct permissions on the app execution system. If you built your app to use
48- one of the public execution systems (e.g. ` hpc-tacc-maverick ` ), then no more
48+ one of the public execution systems (e.g. ` hpc-tacc-wrangler ` ), then no more
4949changes should be necessary. If you built your app to use a private execution
50- system (e.g. ` hpc-tacc-maverick -username ` ), then you must also grant your
50+ system (e.g. ` hpc-tacc-wrangler -username ` ), then you must also grant your
5151collaborator the correct permissions on that system.
5252
5353* Tip: The app execution system is listed in the ` app.json ` file, or can be found
5454by issuing: '` apps-list -v --filter executionSystem app-name ` '.*
5555
5656[ Elsewhere in this user guide] ( 03.old_create_app.md ) we deployed our private
57- app on our private exection system, ` hpc-tacc-maverick -username ` . Use the
57+ app on our private exection system, ` hpc-tacc-wrangler -username ` . Use the
5858` systems-roles-list ` command to see who can access it:
5959```
60- % systems-roles-list hpc-tacc-maverick -username
60+ % systems-roles-list hpc-tacc-wrangler -username
6161sd2eadm OWNER
6262username ADMIN
6363```
6464
6565Grant your collaborator ` USER ` access with the following:
6666```
67- % systems-roles-addupdate -u my_collaborator -r USER hpc-tacc-maverick -username
68- Successfully updated roles for user my_collaborator on hpc-tacc-maverick -username
67+ % systems-roles-addupdate -u my_collaborator -r USER hpc-tacc-wrangler -username
68+ Successfully updated roles for user my_collaborator on hpc-tacc-wrangler -username
6969
7070# list permissions again
71- % systems-roles-list hpc-tacc-maverick -username
71+ % systems-roles-list hpc-tacc-wrangler -username
7272sd2eadm OWNER
7373username ADMIN
7474my_collaborator USER
0 commit comments