OpenC3/cosmos

View on GitHub
openc3/README.md

Summary

Maintainability
Test Coverage
# OpenC3

## Local gem install

`cd C:\git\openc3\openc3`

`rake build`

## Local script install

`set RUBYLIB=C:\git\openc3\openc3\lib`

## Windows Environment variables

```
set OPENC3_REDIS_USERNAME=openc3
set OPENC3_REDIS_PASSWORD=openc3password
set OPENC3_BUCKET_USERNAME=openc3minio
set OPENC3_BUCKET_PASSWORD=openc3miniopassword
set OPENC3_SR_REDIS_USERNAME=scriptrunner
set OPENC3_SR_REDIS_PASSWORD=scriptrunnerpassword
set OPENC3_SR_BUCKET_USERNAME=scriptrunnerminio
set OPENC3_SR_BUCKET_PASSWORD=scriptrunnerminiopassword
```

## Linux Environment variables

```
OPENC3_REDIS_USERNAME=openc3
OPENC3_REDIS_PASSWORD=openc3password
OPENC3_BUCKET_USERNAME=openc3minio
OPENC3_BUCKET_PASSWORD=openc3miniopassword
OPENC3_SR_REDIS_USERNAME=scriptrunner
OPENC3_SR_REDIS_PASSWORD=scriptrunnerpassword
OPENC3_SR_BUCKET_USERNAME=scriptrunnerminio
OPENC3_SR_BUCKET_PASSWORD=scriptrunnerminiopassword
```