wardenenv / docs

Warden Documentation
MIT License
2 stars 13 forks source link

Document Ideal Configuration on Windows #19

Open navarr opened 6 months ago

navarr commented 6 months ago
navarr commented 6 months ago
  1. Enable Windows Subsystem for Linux
  2. Install Ubuntu
  3. Install Docker Desktop
  4. Install Homebrew (/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)")
  5. Install JetBrains Gateway (perhaps through Toolbox)
  6. Create project folder on Ubuntu (for Performance, should be in the linux box, not on a windows mounted file system)
  7. Create new PhpStorm project using Gateway in new project folder
  8. Execute warden commands as per normal and code locally!