Skip to content

4.1 Local Deployment of FDP

Xiaofeng Liao edited this page Nov 21, 2023 · 1 revision

Here we describe the steps to make a local deployment of a FDP. We mainly follow the official instruction described on https://fairdatapoint.readthedocs.io/en/latest/deployment/local-deployment.html, but we give more details to make sure every one can easily follow the instruction.

  1. Before doing a local deployment, make sure docker compose is already installed. This the link to installation of docker compose .

  2. With that docker compose in place, then could start following the instruction.

    1. create a yml file, with the name docker-compose.yml, fill the docker-compose.yml with the content on the instruction
    2. At the same folder where this yml file is, run cmd in a cmd line: docker-compose up -d

When the cmd finish, the FAIR Data Point should be working, and you can open it at by typing http://localhost/ in a web browser. Other usage details,such as initial account can be found at the instruction page.