Skip to content

Commit

Permalink
Merge pull request #1209 from jasonrandrews/spelling
Browse files Browse the repository at this point in the history
fix images on migration page
  • Loading branch information
jasonrandrews authored Aug 30, 2024
2 parents 44580cd + 4aa318d commit c5ec661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/migration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,15 +217,15 @@ Based on your initial research, decide how to proceed with trying your software

Top-down porting involves moving the complete software stack to an Arm machine and trying to build and run it straightaway. You will almost certainly face errors, which you can address one at a time until the full application runs on Arm.

![Top-down porting methodology](Top-down.png)
![Top-down porting methodology](/migration/Top-down.png)

This methodology is great for simpler stacks, when breaking down the problem would take more time than fixing errors iteratively.

### 2.2 Bottom-up methodology

Bottom-up porting is more systematic. Here, you break apart your software stack, starting with the foundations of your app to get those running on an Arm server first. Then add back one or two software packages at a time, and recompile and run to ensure it works on Arm. If errors arise, fix them or replace the incompatible package with an Arm compatible version. Continue building back your stack until it is fully formed on an Arm server.

![Bottom-up porting methodology](Bottom-up.png)
![Bottom-up porting methodology](/migration/Bottom-up.png)

This methodology is sensible for large stacks, where running the whole app on Arm immediately would cause too many errors to effectively work through.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>Migration overview</h1>
{{partial "general-formatting/markdown-content-formatting.html" .Params.description}}
<br>
<br>
<img src="Arm-migration-overview.png" alt='Image Alt Text: Arm migration overview' title="Arm Migration Overview" class="content-uploaded-image centered" />
<img src="/migration/Arm-migration-overview.png" alt='Image Alt Text: Arm migration overview' title="Arm Migration Overview" class="content-uploaded-image centered" />

</div>
</div>
Expand Down

0 comments on commit c5ec661

Please sign in to comment.