COSMOS

Local gem install

cd C:\git\cosmos\cosmos

rake build

Local script install

set RUBYLIB=C:\git\cosmos\cosmos\lib

Windows Environment variables

set COSMOS_REDIS_USERNAME=cosmos
set COSMOS_REDIS_PASSWORD=cosmospassword
set COSMOS_MINIO_USERNAME=cosmosminio
set COSMOS_MINIO_PASSWORD=cosmosminiopassword
set COSMOS_SERVICE_PASSWORD=cosmosservice
set COSMOS_SR_REDIS_USERNAME=scriptrunner
set COSMOS_SR_REDIS_PASSWORD=scriptrunnerpassword
set COSMOS_SR_MINIO_USERNAME=scriptrunnerminio
set COSMOS_SR_MINIO_PASSWORD=scriptrunnerminiopassword

Linux Environment variables

COSMOS_REDIS_USERNAME=cosmos
COSMOS_REDIS_PASSWORD=cosmospassword
COSMOS_MINIO_USERNAME=cosmosminio
COSMOS_MINIO_PASSWORD=cosmosminiopassword
COSMOS_SERVICE_PASSWORD=cosmosservice
COSMOS_SR_REDIS_USERNAME=scriptrunner
COSMOS_SR_REDIS_PASSWORD=scriptrunnerpassword
COSMOS_SR_MINIO_USERNAME=scriptrunnerminio
COSMOS_SR_MINIO_PASSWORD=scriptrunnerminiopassword