IdentityRegistry

MCP (Maritime Connectivity Platform) Identity Registry API

GitHub Stars

20

User Rating

Not Rated

Favorites

0

Views

18

Forks

8

Issues

1

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

A MySQL/MariaDB is used as datastore, it can be setup running this commands from the console:
sh
./setup/setup-db.sh
You will be prompted for the root password for the database. The script will create a new user and this user will be used to create the needed tables. If you see this error:
ERROR 1698 (28000): Access denied for user 'root'@'localhost'
, try running the command with
sudo
. The database can be dropped with this command:
sh
./setup/drop-db.sh