Versions Compared

Key

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

...

Run the solution:

  1. Make sure Docker version 19.03.1 or later is installed and running.

...

Docker Compose is installed by default with Docker for Mac and Windows.

  1. Internet connectivity is mandatory.

  2. Download the latest Accelario ADM Docker archive AccelarioADM.zip and extract the archive to your working folder.

  3. Navigate to new acc_deploy directory and run command ./start.sh (In Windows - doubleclick on the start.sh file.) Your output should resemble the following:

    Image Added

  4. Optional: Run this command to verify that the services are up and running.
    docker ps -a
    You should see the following:

    Image Added

Recommended settings:

Optional: Run this command to verify that the services are up and running.
docker ps -a
You should see the following:

...

  • The number of CPU will allow the Docker run more parallel processes. By default it’s 2. We recommend to set it more then 4 in Docker > Preferences > Advanced.

  • Docker memory is allocated minimally at 8 GB. When using Docker Desktop for Mac, the default Docker memory allocation is 2 GB. You can change the default allocation to 8 GB in Docker > Preferences > Advanced.

  • Allow docker to save config and log files on your local drive. In Docker > Preferences > Shared Drives check at least one drive.

  • Internet connectivity is mandatory.

Run the solution:

...

Download the latest Accelario ADM Docker archive AccelarioADM.zip and extract the archive to your working folder.

...

Navigate to new acc_deploy directory and run command ./start.sh (In Windows - doubleclick on the start.sh file.) Your output should resemble the following:

...