bcgov / jag-csrs-portal-public

GitHub repo for CSRS public portal on OpenShift
Apache License 2.0
0 stars 10 forks source link

Maintainability Test Coverage

img

jag-csrs-portal-public

Welcome to CSRS Portal Public

Project Structure

├── src                                     # application source files
|   ├── backend                             # backend apis
│   └── frontend                            # frontend applications
│       └── csrs-portal                     # csrs portal
├── CONTRIBUTING.md                         #
├── LICENSE                                 # Apache License
└── README.md                               # This file.

Apps

Name Description Doc
frontend all client side applications README

Splunk Docker Examples

https://splunk.github.io/docker-splunk/EXAMPLES.html#create-standalone-with-hec

Docker

Download and install Docker

Run docker-compose

Copy the .env.template to .env and then run docker-compose up. Add the configuration for token and password for splunk. Default user is admin. Password is what is configured in .env

docker-compose up

The frontend app csrs-portal will be accessible in the browser at http://localhost:8080

To remove services run (all services and networking)

docker-compose down