-
Notifications
You must be signed in to change notification settings - Fork 1
Home
John Sundarraj edited this page Sep 9, 2024
·
4 revisions
Important
To build VMs, disable secure boot and enable virtualization in machine BIOS settings. Entering the machine BIOS settings depends upon your brand and model, so please check the internet to find perfect way to do it. This has to be done in all sort of host machines whether Windows, Mac, or Linux.
Below are the steps you can use to setup our Windows starter-kit while using the Windows operating system.
- Open the Git Bash terminal in administrator mode.
- Execute the below commands in the Git Bash terminal to setup our Windows starter-kit.
# Download Windows starter-kit from GitHub to local filesystem path.
$ git clone https://github.com/sloopstash/kickstart-windows.git /opt/kickstart-windows
Here are the instructions for setting up our Windows starter-kit on a Mac operating system.
- Open the terminal.
- Execute the below commands in the terminal to setup our Windows starter-kit.
# Download Windows starter-kit from GitHub to local filesystem path.
$ sudo git clone https://github.com/sloopstash/kickstart-windows.git /opt/kickstart-windows
# Change ownership of Windows starter-kit directory.
$ sudo chown -R $USER /opt/kickstart-windows
You can use the following commands to setup our Windows starter-kit in any Linux-based operating system.
- Open the terminal.
- Execute the below commands in the terminal to setup our Windows starter-kit.
# Download Windows starter-kit from GitHub to local filesystem path.
$ sudo git clone https://github.com/sloopstash/kickstart-windows.git /opt/kickstart-windows
# Change ownership of Windows starter-kit directory.
$ sudo chown -R $USER:$USER /opt/kickstart-windows
Secure your IT infrastructure, source code, servers, and teams with our B2B SaaS, open source software, technology solutions, and training.