Open Collector Admin and On-Boarder for Core SIEM
Check Releases for version specific instructions.
- NodeJS (v12.16 or above)
- MS SQL (v2016 or above, on the XM or PM)
- Docker (v20.10 or above)
- NodeJS (v12.16 or above)
- MS SQL (v2016 or above, on the XM or PM)
See Releases for version specific installation instructions
See Releases for version specific issues
- Use the Issues on GitHub
npm run dev
Ideally use a Lint extension in your IDE (I use ESLint in VS Code).
Running Lint from the command line will attempt to fix (--fix
) the code.
npm run lint
npm run test
- Full build
# For Windows:
npm run buildWindowsFull
# For Docker:
npm run buildDockerFull
# For Windows:
npm run buildWindows
# For Docker:
npm run buildDocker
- Build and Import Frontend
# On Windows:
npm run buildWindowsFrontendAndImport
# On Linux:
npm run buildDockerFrontendAndImport
Check Backend TODO list.
See Frontend for more information.
cd frontend
npm install
cd frontend
quasar dev --modern
Check Frontend TODO list.
See EZ-Market-Place for more information.
cd ez-market-place
npm install
cd ez-market-place
npm run dev
Ideally use a Lint extension in your IDE (I use ESLint in VS Code).
Running Lint from the command line will attempt to fix (--fix
) the code.
npm run lint
npm run test