Skip to content

Commit

Permalink
Merge pull request #32 from simatic-ax/31-broken-link-in-httpsgithubc…
Browse files Browse the repository at this point in the history
…omsimatic-axstandardizer-tutorial-lib-readmemd

31 broken link in httpsgithubcomsimatic axstandardizer tutorial lib readmemd
  • Loading branch information
sjuergen authored Apr 29, 2024
2 parents d22c27a + ae1f8b6 commit c9b48df
Show file tree
Hide file tree
Showing 3 changed files with 13 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`

![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
2 changes: 2 additions & 0 deletions apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ files:
- "LICENSE.md"
- "./src"
- "./doc"
installStrategy: strict
apaxVersion: 3.1.0
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 c9b48df

Please sign in to comment.