slashrelativepath / relativepath-cycle-5

Source repository for Relative Path Cycle 5
3 stars 0 forks source link

Debian/Ubuntu + Windows Webserver Scripts #11

Closed eld120 closed 10 months ago

eld120 commented 10 months ago

Created a Debian/Ubuntu flavored script that remains untested (note of caution)

The windows webserver powershell script is working up until the virtualbox step.

eld120 commented 10 months ago

Currently I have questions about how we want to handle windows users who may have Hyper-V enabled as Multipass will default to use Hyper-V instead of VirtualBox and that may be a preferable outcome for those users. I am running Windows 10 Home on this laptop and as a result cannot utilize Hyper-V.

VirtualBox/VBoxManage also wasn't added to my path when I installed virtualbox the first time, we will need to test whether or not chocolatey will add Virtualbox to the path so that subsequent commands will work or if that needs to be a step that's added to the script.

I'm also really new to powershell - even moreso than bash and I'd love to think of a way to dynamically add VirtualBox to the path regardless of what location chocolatey chooses for the installation. But I don't know how to do that yet in powershell/bash and a python script would take a bit of research as well.