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

Commit 94bf4f9

Browse files
author
Joshua Urrutia
committed
fixed json rendering issue
1 parent 19606e6 commit 94bf4f9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/03.migrate_from_maverick.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ With Maverick reaching the end of its service, we will need to migrate apps off
1111
#### Updated App Definition
1212

1313
This is an example of a converted Agave app definition:
14-
```
14+
{% raw %}
15+
```json
1516
{
1617
"name": "{{ agave.username }}-{{ app.name }}",
1718
"version": "{{ app.version }}",
@@ -48,9 +49,10 @@ This is an example of a converted Agave app definition:
4849
"outputs": []
4950
}
5051
```
52+
{% endraw %}
5153

5254
#### Final steps
53-
After updating the app definition to point to `hpc-tacc-wrangler-username`, you can simply run `apps-deploy` to deploy the app to the new execution system. Make sure to double check the `app.ini` file to ensure it points to the correct DockerHub username, repo, etc. Once the application has been deployed you can run a test job to ensure it's working correctly.
55+
After updating the app definition to point to `hpc-tacc-wrangler-username`, you can simply run `apps-deploy` to deploy the app to the new execution system. Make sure to double check the `app.ini` file to ensure it points to the correct DockerHub username, repo, etc. Once the application has been deployed you should run a test job to ensure it's working correctly.
5456

5557

5658

0 commit comments

Comments
 (0)