Setting up Outline STG
Requirements:
Being physically present at the LKMX facilities.
Locating the STG environment machine named "xo-0006" on the command line.
Instructions:
Request the access credentials from Support, the Operations Director, or the Solutions Architect.
Access the STG environment machine using the provided credentials.
Run the following command to display the folders available from the root directory:
ls -la
Navigate to the Outline folder:
cd outline
Inside the Outline folder, run:
docker compose up -d
This will start Outline in the STG environment.
To finish the process, enter the following command:
exit
This will close the session, requiring credentials to log in again.
Last updated