Skip to content

Commit

Permalink
fix broken link and modify docu
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Apr 29, 2024
1 parent f395530 commit 1064747
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,24 @@ This tutorial is structured in multiple sequential chapters. Be sure to read [Ap

- You have access to the [web IDE](https://axcite.me)
- You can login into the AX registry
- Your AX cloud IDE public key is added in your GitHub profile:
- [how to get your public key from AX](https://console.prod.ax.siemens.cloud/docs/axcode/source-code-management#cloning-in-the-cloud)
- Your `public SSH key` from AX is added to your GitHub profile:
- [how to get your public SSH key from AX](#how-to-get-a-your-public-ssh-key-from-ax)
- [how to add a SSH key on GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
- >Note: you need this public key to be able to clone the repository in the cloud IDE
- You've created a valid personal access token to access the GitHub registry
- [create personal access token on GitHub](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
- >Note: You need this token to login into the `simatic-ax` GitHub registry (URL: <https://npm.pkg.github.com/>) with `apax login`
## How to get a your public SSH key from AX

- open the [workspace manager](https://console.simatic-ax.siemens.io/workspaces) in AX
- Click on the button `Copy public key`

![](./doc/images/publickey.png)

- [further documentation](https://console.simatic-ax.siemens.io/docs/axcode/source-code-management#cloning-in-the-cloud)

## Contribution

Thanks for your interest in contributing. Anybody is free to report bugs, unclear documentation, and other problems regarding this repository in the Issues section or, even better, propose any changes to this repository using Pull Requests.
Expand Down
Binary file added doc/images/publickey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1064747

Please sign in to comment.