Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 883 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 883 Bytes

PHP + MySQL + Gitpod

Gitpod Ready-to-Code

Full web dev (front- and backend) environment in a browser

Prerequisites

  1. Sign up for gitpod.io

Try it out

  1. Click on the following link https://gitpod.io/#https://github.com/gschafra/one-day-at-itx
  2. Your environment is being prepared, wait about 40 seconds (A splash screen will appear)
  3. VScode (or Theia depending on your settings) IDE will be displayed.
  4. Note that one terminal is running sudo docker-up, and another terminal in parallel is running ddev start
  5. Find your website's URL gp url 8080
  6. Open your website's URL in a browser, you should see a PHP info screen.
  7. 🎉