https://github.com/knu73r1k/gitpod-wp-mariadb
Example on using Gitpod for developing wordpress themes or plugins.
https://github.com/knu73r1k/gitpod-wp-mariadb
gitpod mariadb wordpress
Last synced: 4 months ago
JSON representation
Example on using Gitpod for developing wordpress themes or plugins.
- Host: GitHub
- URL: https://github.com/knu73r1k/gitpod-wp-mariadb
- Owner: knu73r1k
- Created: 2022-08-03T10:32:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T10:59:02.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T09:51:27.924Z (about 1 year ago)
- Topics: gitpod, mariadb, wordpress
- Homepage: https://gitpod.io/#https://github.com/knut-erik/gitpod-wp-mariadb
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://gitpod.io/#https://github.com/knut-erik/gitpod-wp-mariadb)
# Gitpod + Wordpress + MariaDB
This repository is just an example for how you can use Gitpod for developing
themes, or plugins for Wordpress (+MariaDB as DB).
The setup consist of two simple Docker services, wordpress and MaraiDB.
Your WP theme files should be stored in the directory `mythemes`, which is
linked to the Wordpress directory `/var/www/html/wp-content/themes`.
Same pattern for WP plugins, use the directory `myplugins`.
Improvements - please let me know!