Getting Started¶
Docker Compose Install (recommended)¶
- Go to https://github.com/DefectDojo/django-DefectDojo
- Select the appropriate branch you’re working on
- Instructions in the [DOCKER.md](https://github.com/DefectDojo/django-DefectDojo/blob/master/DOCKER.md) file at the root of the repository.
Kubernetes¶
- Go to https://github.com/DefectDojo/django-DefectDojo
- Select the appropriate branch you’re working on
- Instructions in the [KUBERNETES.md](https://github.com/DefectDojo/django-DefectDojo/blob/master/KUBERNETES.md) file at the root of the repository.
Setup.bash Install (no longer maintained)¶
Warning
This installation method will is EOL and will be removed on 2020-12-31
- Go to https://github.com/DefectDojo/django-DefectDojo
- Select the appropriate branch you’re working on
- Under “Installation Options” click “Setup.bash”
- Follow the instructions
Customizing settings¶
See [Settings](settings-docs.rst)