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:

  1. Request the access credentials from Support, the Operations Director, or the Solutions Architect.

  2. Access the STG environment machine using the provided credentials.

  3. Run the following command to display the folders available from the root directory:

ls -la
  1. Navigate to the Outline folder:

cd outline
  1. Inside the Outline folder, run:

docker compose up -d

This will start Outline in the STG environment.

  1. To finish the process, enter the following command:

exit

This will close the session, requiring credentials to log in again.

Last updated