Skip to content

Install on Windows

Download and install Docker Desktop

The application will be installed as a Docker application. This means that we need the Docker Desktop to run the application on Mac OS X.

You can download the software at https://www.docker.com/products/docker-desktop/

When downloading, you will need to check which version matches your CPU (Intel or Apple Silicon). Check this page if you need help to find out what you have: How to Check if Your Mac Is Using an Intel or Apple Silicon Processor

When the download is finished, install the software by dragging the downloaded file to the Applications folder. After installation, start the Docker Desktop application.

Download and install ScoreExpress

  • Make sure the Docker container is up and running before starting the installation of ScoreExpress.
  • Download the zip file with the installation scripts: ScoreExpress-Deployment v2.6
  • Extract the zip-file to a folder on your PC. Make sure all the files from the zip file are in the same folder.
  • Navigate to the folder with the unpacked files and run the script ScoreExpress-deploy.sh.
  • The deployment will be launched. The main part is the download of all the image files needed to build the application container. Depending on the speed of your internet connection, this can take a while.
  • After downloading the image files, the script will install and launch the application containers.
  • When the deployment is finished, you will be prompted. Press Enter to close the script.

If all went well, the application should be up and running. You can check the status of the application in the Docker Desktop Dashboard. The deployment installs a project (scoreexpress) with three containers, one for the database (scoreexpress-db) and one for the web application (scoreexpress-app) and a reporting service (scoreexpress-report).

Should one of the containers fail to start, you can try to restart it from the dashboard. If this does not resolve the problem, check the log output for any clues about the problem. If you contact us for help, please include the log.

Open your browser and navigate to http://localhost:8080 to use the application.