Upload files to 'doc/source/internal/custom_page'

This commit is contained in:
Muller, Martin 2023-10-10 14:01:07 +00:00 committed by Hasko, Vladimir
parent 0c440e04be
commit 8b4e18eb18

View File

@ -1,3 +1,39 @@
============ ============================
Introduction How to update landing page
============ ============================
**Goal**
Mark service as depricated
.. image:: training_images/storage_component_overview.png
:target: training_images/storage_component_overview.png
:alt: storage_component_overview
1)**Create fork on gitea**
You need to create fork only in case you dont have existing already
.. image:: training_images/infra_otc-metadata.png
:target: training_images/infra_otc-metadata.png
:alt: infra_otc-metadata
https://gitea.eco.tsi-dev.otc-service.com/marmulle/otc-metadata/src/branch/main/otc_metadata/data/documents
2)**Sync fork**
Sync work with main currently do not support sync in console and you need to do it manually.
- you need to configure .ssh/config
Host gitea.eco.tsi-dev.otc-service.com
User git
Port 2222
HostName gitea.eco.tsi-dev.otc-service.com
IdentityFile ~/.ssh/id_rsa
you should be able to ssh ssh gitea-old.eco.tsi-dev.otc-service.com
and get You've successfully authenticated message.
clone your branch, not main git clone ssh://git@gitea.eco.tsi-dev.otc-service.com:2222/marmulle/otc-metadata.git
Then follow instructions to recover fork: https://gitea.eco.tsi-dev.otc-service.com/docs/doc-exports/wiki/Recovering-Fork