Docker Installation
This guide will help you install and run a NeoPRISM node using Docker.
Prerequisites
- Docker: Install Docker
- Git: Install Git
Steps (Mainnet Relay Example)
-
Clone the NeoPRISM repository:
git clone https://github.com/hyperledger-identus/neoprism.git cd neoprism/docker/mainnet-relay -
Start NeoPRISM and PostgreSQL using Docker Compose:
docker-compose up -
Access the Web UI:
- Open http://localhost:8080 in your browser.
-
Resolve a DID using the API:
curl http://localhost:8080/api/dids/<did>
Note: The example above demonstrates one way to run NeoPRISM using Docker. You can find additional deployment examples and configurations in the
dockerdirectory of the repository.If you are deploying NeoPRISM in a production environment, please take extra care to harden your setup according to your organization’s security requirements.