ortelius
The mission of the Ortelius community is to expose weak links in the software supply chain by continuously gathering and analyzing software supply chain intelligence.
File Explorer
Download Latest Version (.zip)- .jscpd.json
- build-push-chart.yml
- codeql.yml
- mega-linter.yml
- scorecard.yml
- _helpers.tpl
- deployment.yaml
- secret.yaml
- service.yaml
- .helmignore
- Chart.yaml
- values.yaml
- rbac.yaml
- database.go
- architecture.md
- implementation.md
- handler.go
- producer.go
- types.go
- Kafka Event Schema.md
- kafka.json
- dashboard-layout.md
- query.go
- resolvers.go
- type.go
- query.go
- resolvers.go
- type.go
- query.go
- resolvers.go
- type.go
- type.go
- resolvers.go
- type.go
- query.go
- resolvers.go
- type.go
- schema.go
- fiber.go
- processor.go
- cid_fetcher.go
- release_service.go
- api.go
- cve_lifecycle.go
- endpoint.go
- org.go
- purl.go
- release.go
- sbom.go
- sync.go
- tracked_repo_model.go
- user.go
- bootstrap.go
- email.go
- exported.go
- github.go
- github_oauth.go
- handlers.go
- identity.go
- invitation.go
- invitation_handler.go
- middleware.go
- oidc.go
- rbac_fiber_handlers.go
- status.go
- types.go
- utils.go
- handlers.go
- service.go
- types.go
- members.go
- service.go
- handlers.go
- types.go
- handlers.go
- handlers.go
- members_handlers.go
- db.go
- rbac.go
- handlers.go
- types.go
- handlers.go
- types.go
- handlers.go
- types.go
- trackedrepos_handlers.go
- graphql_handler.go
- router.go
- test-rbac.sh
- crypto.go
- cvss.go
- database.go
- env_mapping.go
- helpers.go
- name_parser.go
- org.go
- version.go
- .gitignore
- .mega-linter.yml
- docker-compose.yml
- Dockerfile
- go.mod
- go.sum
- LICENSE
- main.go
- README.md
- renovate.json
- sbom.json
# Installation Guide
1. Get the code
git clone https://github.com/ortelius/ortelius
Downloads the entire project code from GitHub to your computer.
cd ortelius
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Go
MediumPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
