How to test console fixes - allanrogerr/public GitHub Wiki

Terminal 0 - start minio at http://127.0.0.1:9001

export MINIO_LICENSE='...'
MINIO_ROOT_USER=minioadmin MINIO_ROOT_PASSWORD=minioadmin ./minio server /tmp/server1 --address :9001 --console-address :9091 --certs-dir ~/.minio/certs

Terminal 1

cd /Users/allanreid/Projects/miniohq/aistor-console
make build
export MINIO_LICENSE='...'
AISTOR_DEV=on AISTOR_PBKDF_PASSPHRASE=asd AISTOR_PBKDF_SALT=asd AISTOR_EDGE=on CONSOLE_LOG_LEVEL=1 AISTOR_MINIO_SERVER=http://127.0.0.1:9001 go run ./cmd/aistor-console server

Terminal 2

export NPM_USERNAME=...
export NPM_PASSWORD=...
yarn install
yarn start

Browser

Navigate to http://127.0.0.1:9091