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:
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: , try running the command with .
The database can be dropped with this command:
sh
./setup/setup-db.sh
ERROR 1698 (28000): Access denied for user 'root'@'localhost'
sudo
sh
./setup/drop-db.sh