-
Notifications
You must be signed in to change notification settings - Fork 5
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.
-
Before doing a local deployment, make sure docker compose is already installed. This the link to installation of docker compose .
-
With that docker compose in place, then could start following the instruction.
- create a yml file, with the name docker-compose.yml, fill the docker-compose.yml with the content on the instruction
- 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.