Welcome to CSRS Portal Public
├── src # application source files
| ├── backend # backend apis
│ └── frontend # frontend applications
│ └── csrs-portal # csrs portal
├── CONTRIBUTING.md #
├── LICENSE # Apache License
└── README.md # This file.
| Name | Description | Doc |
|---|---|---|
| frontend | all client side applications | README |
https://splunk.github.io/docker-splunk/EXAMPLES.html#create-standalone-with-hec
Download and install Docker
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