This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#With percona PXC | |
#https://www.percona.com/doc/percona-xtradb-cluster/LATEST/install/docker.html | |
# Start the first master node | |
docker run -d \ | |
-e MYSQL_USER=myuser \ | |
-e MYSQL_PASSWORD=password \ | |
-e MYSQL_DATABASE=test \ | |
-e MYSQL_ROOT_PASSWORD=password \ | |
-e CLUSTER_NAME=my_cluster \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2019-04-08T16:33:18.570Z","extensionVersion":"v3.2.8"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "singletruth", | |
"version": "26.0.0", | |
"description": "A singletruth blockchain network", | |
"private": true, | |
"scripts": { | |
"start": "get-git-version > version.json && node ./bin/www", | |
"start:env": "export $(cat .env | xargs) && get-git-version > version.json && node ./bin/www", | |
"test": "mocha test/**/*.test.js --recursive", | |
"test:unit": "mocha test/unit/**/*.test.js --recursive", |