DEV Community

Cover image for Appwrite dev setup in windows(using WSL)
Akash Kola
Akash Kola

Posted on • Updated on

Appwrite dev setup in windows(using WSL)

  1. Enable WSL in Windows
  2. Install Ubuntu from Microsoft store.
  3. Install PHP 8.
  4. Install docker with docker compose.
  5. Clone the appwrite repo.
  6. Initialize sub git modules.
  7. Download composer.
  8. Install Unzip for ubuntu and PHP unzip extension.
  9. Run compose install --ignore-platform-reqs --optimize-autoloader --no-plugins --no-scripts command.
  10. docker compose up -d

Don't hesitate to contact me for any queries regarding the setup https://www.linkedin.com/in/akash-kola

Top comments (0)