Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/create_systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ the home directory, `/home/username/`.
#### Register a storage system

Systems are stored in Agave as `json` objects. For a complete list of all valid
fields in system descriptions, see the [Agave documentation](http://developer.agaveapi.co/#systems).
fields in system descriptions, see the [Agave documentation](http://developer.tacc.cloud/).
Instead of creating a new `json` system description by hand, start with the following
storage system template:
```
Expand Down Expand Up @@ -148,8 +148,8 @@ Some of the new fields in this execution system include:

For this execution system, there are two locations to cut and paste your SSH keys.
Again, because keys will be stored in plain text in this file, do not share this
file with anyone and keep it secure .More fields, including information about how to submit jobs to an `HPC` system
using a queue can be found in the [Agave documentation](http://developer.agaveapi.co/#execution-systems).
file with anyone and keep it secure. More fields, including information about how to submit jobs to an `HPC` system
using a queue can be found in the [Agave documentation](http://developer.tacc.cloud/).

Save the template in a file called `jetstream-execution-username.json`.
To register this system with Agave, use the following command:
Expand Down
2 changes: 1 addition & 1 deletion docs/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ you may consider disabling the earlier app. The following command toggles the
#### Further help

Additional system and app `json` fields can be found in in the online
[Agave documentation](http://developer.agaveapi.co/).
[Agave documentation](http://developer.tacc.cloud/).



Expand Down
2 changes: 1 addition & 1 deletion docs/share_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ system (e.g. `hpc-tacc-maverick-username`), then you must also grant your
collaborator the correct permissions on that system.

*Tip: The app execution system is listed in the app.json file, or can be found
by issuing '`apps-list -v app-name | grep executionSystem`'.*
by issuing: '`apps-list -v --filter executionSystem app-name`'.*

[Elsewhere in this user guide](create_app.md) we deployed our private
app on our private exection system, `hpc-tacc-maverick-username`. Use the
Expand Down