Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.

Commit de5a9f4

Browse files
author
Jawon Song
authored
Update 03.share_app.md
Replaced maverick to wrangler
1 parent 0117de3 commit de5a9f4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/03.share_app.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,30 +45,30 @@ be able to see your app.
4545

4646
Before your collaborator can run a job with your app, they must also have
4747
correct 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
4949
changes 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
5151
collaborator the correct permissions on that system.
5252

5353
*Tip: The app execution system is listed in the `app.json` file, or can be found
5454
by 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
6161
sd2eadm OWNER
6262
username ADMIN
6363
```
6464

6565
Grant 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
7272
sd2eadm OWNER
7373
username ADMIN
7474
my_collaborator USER

0 commit comments

Comments
 (0)