Gateway
Build from source
Install Prerequisites
Cloning
cd /srv
git clone https://github.com/bsn-si/IPEHR-gateway.gitConfiguration
cd IPEHR-gateway
cp config.json.example config.jsonmkdir -p ~/.ipehr
echo "<PRIVATE_KEY>" > ~/.ipehr/.blockchain.key
chmod 600 ~/.ipehr/.blockchain.keyBuilding
Running
Docker
Last updated