Download and install Docker Desktop (if not already installed)
Start a Windows Command Prompt or a bash shell and run the following command:
docker run --name fmr -p 8080:8080 sdmxio/fmr-mysql:latest
Navigate to http://localhost:8080
Log in with username: root and password: password
A self-contained Docker image providing everything required for a basic functional FMR installation. It’s simple to download and install requring only Docker Desktop or another Docker container runtime. Note that the instructions here are focus on Docker Desktop.
The content is persistent within the container so your structures will still be there even if you stop and restart.
This environment is a single Docker image available from the public Docker Hub repository.
Docker Desktop is a virtual machine for running containerised applications which is free for non-commercial use.
Downloaded from here: https://www.docker.com/products/docker-desktop/
Start a Windows Command Prompt or a bash shell and run the following commands.
docker pull sdmxio/fmr-mysql:latest
docker container create --name fmr --publish 8080:8080 sdmxio/fmr-mysql:latest
docker start fmr
The container will take between 1 and 2 minutes to start.
Using a normal web browser, navigate to http://localhost:8080/
The FMR home page should appear when startup is complete.
Log in as the root superuser to start administering the environment. The default credentials are:
It’s a good idea to change the default password to something more secure which can be done in the Security section of the admin pages:
http://localhost:8080/settings/security/rootuseraccount.html
docker stop fmr
Need help finding something? I am an AI Assistant that’s here to help!
What are you looking for?
By using this AI-powered service (“Service”), you acknowledge and agree to the following:
This Service uses generative AI to assist with statistical analysis and research . While the Service strives to deliver useful information, the output (“Output”) may contain inaccuracies, omissions, or biases. The Output is provided for informational purposes only and should not be considered professional advice. You remain responsible for how you interpret and use the Output.
The BIS makes no warranties regarding the accuracy or completeness of the Output and accepts no liability for any loss or damage resulting from its use.
Do not include or share personal, private, confidential or proprietary information when using the Service.
By using this technology, you agree to the Terms and Conditions.
Ask and get clear explanations about SDMX standards.
Find tools and documentation on website quickly.
Ask about API, software and libraries supporting SDMX.
Locate technical guides, specifications, and FAQs.