Versions Compared

Key

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

...

  1. Clone the OpenELIS Global repository.

    Code Block
     git clone https://github.com/I-TECH-UW/OpenELIS-Global-2.git
  2. Build and Run the docker images from source code.

    docker-compose -f build.docker-compose.yml up -d --build

  3. NOTE: if you are using running docker compose version 3.x or later,the command should be docker compose -f build.docker-compose.yml up -d --build

...