tetrabiodistributed / tetra

Documentation repository for Project Tetra
https://tetrabiodistributed.github.io/tetra
MIT License
7 stars 7 forks source link

Update docs on running site locally on Win10 #79

Open Burhan-Q opened 4 years ago

Burhan-Q commented 4 years ago

Instructions need updating

Known areas to fix

Requirements to close issue: When above items (and any potential future items deemed relevant) are resolved

Burhan-Q commented 4 years ago

Docker Install Windows 10

Requirements:

  1. Windows 10 version 2004 or newer
  2. BIOS enabled virtualization
  3. Windows subsystem for Linux (WSL) version 2

If not already using WSL:

  1. Check that Windows 10 is on version 2004 or newer How to check; if not perform Windows update
  2. Enable hardware virtualization in BIOS
  3. Activate WSL feature
  4. Download and install Docker
  5. Open Microsoft Store app and search for 'Linux' and install Ubuntu or Debian if you don't have a specific distribution (distro) you use

If already using WSL:

  1. Open an elevated Powershell terminal
  2. Enter wsl --list -v
  3. If (1) is listed under "VERSION" for installed distros, continue, otherwise if all distro versions are listed as "2" skip to Step 5
  4. Enter the command wsl --set-default-version 2 to set your default distro to using version 2 of WSL and enter wsl --set version <Distro> 2 for any others you'd like to upgrade (including Docker if already installed)
  5. Download and install Docker