Versions Compared

Key

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

...

  1. Stop the previously running Asta7

    Code Block
    cd previous_asta7_directory
    docker compose down
  2. Download and extract Asta7 1.71.0

  3. Adjust the .env file according to the previous one

  4. Add the following entry to the environment section of the gui-server container in the docker-compose.yml file

    Code Block
    REQUISITION_CLIENT_SECRET: ${REQUISITION_CLIENT_SECRET}
  5. Run Asta7 1.71.0

    Code Block
    cd asta7-1.71.0
    docker compose up -d

...