You can use this repository to run a plain WordPress installation on Gitpod.
Using:
Apache
MySql
- User: root
- Pass: (no password)
WP-CLI
- Admin User: gitpod
- Admin pass: gitpod
- Create dummy posts
curl http://loripsum.net/api/3 | wp post generate --post_content --count=10
This project was forked from https://github.com/meysholdt/laravel-apache-mysql-php-in-gitpod-example and adapted to WordPress :)
Big thanks to meysholdt and alesanchezr