Versions Compared

Key

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

...

  1. Make sure docker is installed. See https://www.docker.com/products/overview for information on how to install Docker on your system.
    1. If you are installing on Windows, make sure that the C drive is shared with Docker https://docs.docker.com/docker-for-windows/#shared-drives and configured docker with at least 8192 MB of memory.
  2. Download the latest version of docker-compose for UnionVms at http://nexus.focus.fish/nexus/repository/releases/eu/europa/ec/fisheries/uvms/docker/docker-compose/3.2122.0/docker-compose-3.2122.0.yml (or any other released version from nexus)

  3. Run

    Code Block
    languagebash
    titleLatest release
    docker-compose -f docker-compose-3.2122.0.yml up -d


  4. After about 5-10 minutes, you will be able to access the system at http://localhost:28080/unionvms/ and be able to login with the username/password  vms_admin_com/password . Union-VMS is running with a default configuration using the version specified in docker-compose.yml file.

...