IdentityRegistry

MCP (Maritime Connectivity Platform) Identity Registry API

GitHubスター

20

ユーザー評価

未評価

お気に入り

0

閲覧数

14

フォーク

8

イシュー

1

インストール方法
難易度
上級
推定所要時間
20-45

インストール方法

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