DefectDojo / django-DefectDojo

DevSecOps, ASPM, Vulnerability Management. All on one platform.
https://defectdojo.com
BSD 3-Clause "New" or "Revised" License
3.67k stars 1.54k forks source link

Unable to install defectdojo on Parrot OS 5.0 #6894

Closed dmdhrumilmistry closed 1 year ago

dmdhrumilmistry commented 2 years ago

I'm trying to install DefectDojo using steps provided in README Quick Start section

$ docker --version
Docker version 20.10.5+dfsg1, build 55c4c88

# installed using manual method from docker docs
$ docker-compose --version
Docker Compose version v2.11.1

Expected behavior A clear and concise description of what you expected to happen.

Deployment method (select with an X)

Environment information

Logs

$docker-compose logs
WARN[0000] The "DD_DATABASE_NAME" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_USER" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_PASSWORD" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_PASSWORD" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_NAME" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_USER" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_HOST" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_PORT" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_URL" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_CELERY_BROKER_URL" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_HOST" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_PORT" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_CELERY_BROKER_URL" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_URL" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_HOST" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_PORT" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_URL" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_HOST" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_PORT" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_DATABASE_URL" variable is not set. Defaulting to a blank string. 
WARN[0000] The "DD_CELERY_BROKER_URL" variable is not set. Defaulting to a blank string.
pr3l14t0r commented 1 year ago

Ahoi @dmdhrumilmistry ! Do you still face issues here? What command are you running to setup DefectDojo? The logs tell that the Environment Variables are missing. Make sure to pass a profile like stated in the Quick Start section, when using docker-compose.

dmdhrumilmistry commented 1 year ago

Greetings @pr3l14t0r 😄 I'll give it a shot and let you know

muddassir-khan-r commented 1 year ago

same issue for me, i am setting up it on mac m1

dmdhrumilmistry commented 1 year ago

I'm removed my parrot os, so I'm unable to test this issue further. closing it for now. thanks for the help @pr3l14t0r