DefectDojo / godojo

Golang installer for DefectDojo
GNU General Public License v3.0
25 stars 22 forks source link

Unsupported OS to bootstrap in CentOS #48

Closed Sujitha6496 closed 1 year ago

Sujitha6496 commented 2 years ago

While installing DefectDojo using Godojo, the message displays as the OS is supported, then it gives the message "Unsupported OS to bootstrap, quitting." Please find screenshot: image

OS : CentOS 7.9

mtesauro commented 2 years ago

@Sujitha6496 That's a typo in the godojo installer. CentOS is not a supported Linux distro currently. I'll go ahead and fix that fmt.Println statement to include the word "not". godojo does a two pass check - first the OS (Win/Mac/Lin) then the Linux distro. Currently, godojo only supports the Ubuntu distribution so that's why the bootstrap install step started.

For CentOS, docker-compose is supported and there's reasonable documentation at https://github.com/DefectDojo/Community-Contribs/tree/master/CentOS-7-deploy

I'll move this to the godojo repo for tracking purposes.

mtesauro commented 1 year ago

The supported OSes are listed here. Closing.