Install prerequisites.
SDMX DG has four prerequisite softwares that need to be installed:
- Python software, version 3.8 or higher.
To verify if python is already installed:
If not installed, visit python.org to download the installer for your operating system and follow the installation instructions. - Upgrade the python package manager "pip" to the latest version.
python -m pip install --upgrade pip
- Node.js (for front-end dependencies).
Visit Node.js to download the installer for your operating system and follow the prompts to complete installation.
Note: Ensure you include npm for package management. - Git (for version control, optional but recommended)
Visit git-scm.com to download the installer for your operating system (Windows, macOS, or Linux) and follow the setup instructions. After installation, verify it by opening a terminal and typing.
Download SDMX-DG.
Clone the SDMX-DG repository from GitHub. Alternatively, download the latest release from GitHub.
git clone https://github.com/BIS-MED-IT/SDMX-dashboard-generator.git
cd SDMX-dashboard-generator
Start the SDMX-DG Server.
Your dashboard will be available at: http://localhost:5000