Closed noraj closed 2 years ago
One step of the vagrant install is not working anymore. During the RVM installation, the signature check a PGP can't be done, resulting in RVM failing to install.
Therefore the next install step can't work.
Install steps going flawlessly.
Can't finish install.
Dradis version: git (3.17.1 commit 62563c3)
Ruby version: 2.7.1 (host)
OS version: ArchLinux (host)
Rather than fixing the RVM issue from this line
https://github.com/dradis/dradis-ce/blob/62563c31dfb2773ace617a3ec68466271c42997a/Vagrantfile#L85
I suggest to use rbenv over RVM: see the difference.
rbenv
RVM
Closing due to inactivity. This is noted but not on our roadmap to address. Feel free to re-open with new/additional info.
Steps to reproduce
One step of the vagrant install is not working anymore. During the RVM installation, the signature check a PGP can't be done, resulting in RVM failing to install.
Therefore the next install step can't work.
Expected behavior
Install steps going flawlessly.
Actual behavior
Can't finish install.
System configuration
Dradis version: git (3.17.1 commit 62563c3)
Ruby version: 2.7.1 (host)
OS version: ArchLinux (host)
Idea
Rather than fixing the RVM issue from this line
https://github.com/dradis/dradis-ce/blob/62563c31dfb2773ace617a3ec68466271c42997a/Vagrantfile#L85
I suggest to use
rbenv
overRVM
: see the difference.