Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

You have tried to access an archived page. Please go to the new https://root360.atlassian.net/wiki/spaces/KB to find more documents.


HTML Comment
hiddentrue

→ Titel als Frage formulieren


HTML Comment
hiddentrue

→ Bild auf englische Seite verlinken, Bild= 30px

This guide starts after the onboarding of a new customer and helps to prepare the GoLive. The tasks in this guide are basically customer-led and can be supported by root360.

Excerpt
hiddentrue

→ Zusammenfassung des Artikels

...


Table of Contents


After onboading into the new environment, you will be able to independently move to the root360 platform and can now begin to integrate the application on the new infrastructure. Here are the basic steps to be taken to prepare the Go-Live. If it is successful, root360 offers the possibility for a DevOp to assist during the Go-Live and immediately intervene in case of errors.. Before Go-Live, it is advisable to create a checklist and share it with root360 so that a structured approach is possible to make the application available on the new infrastructure.

...

Basic information about root360-deployment is available in the deployment category of the KB Knowledge Base.

Preparing the codebase

Before the first deployment ensure that the codebase is prepared accordingly. For this it is necessary that an install.sh file exists in the root directory of the application. For the first deployment this file could be empty. The install.sh gives you the opportunity to inject information from the environment variables into the application during the deployment. These include e.g. Database name, user name and password. At the same time, install.sh can be used to install cronjobs on the application servers or to control deployment via hooks.

...

Deployment is started via the root360 r3 suite. The following command will be executed on the Natgw / Jumpserver. 

Example deployment
Code Block
languagebash
titleExample deployment
linenumberstrue
r3 deploy --role YOUR-ROLE

...