GithubHelp home page GithubHelp logo

wsl2's Introduction

WSL-2 Quick Setup

Following these steps will install some common tools for PHP development inside WSL2.

Step 1: Install WSL2 + Ubuntu + Windows Terminal 'Preview' + Docker Desktop

wsl --install

wsl --install -d Ubuntu
wsl --set-version Ubuntu 2
wsl --set-default Ubuntu
wsl --list --verbose
  • WSL-2 Ubuntu

Continue by opening up Windows Terminal (set default to Ubuntu)

Step 2: create SSH key for WSL2 machine

ssh-keygen -t ed25519 -C "laptop-wsl2"

# -> Keep pressing ENTER (no passphrase)

cat ~/.ssh/id_ed25519.pub

Copy the SSH key to your git accounts

Step 2: Setup GIT

(An older GIT version should already be installed)

git config --global user.name "My Name"
git config --global user.email "[email protected]"

Step 3: clone this repo + install

mkdir -p ~/git
cd ~/git

git clone [email protected]:rboonzaijer/wsl2.git
cd wsl2

chmod +x install update
./install
  • WSL-2 Ubuntu

PHPStorm on Windows - use Remote interpreter (all php versions)

WSL-2 Ubuntu

WSL-2 Ubuntu

Visual Studio Code

# inside WSL-2, in any directory you want to open:
code .

Update & Upgrade your Ubuntu distro (WSL2) regularly with:

cd ~/git/wsl2 && ./update

wsl2's People

Contributors

rboonzaijer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.