Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T10:59:02.000Z (over 2 years ago)
- Last Synced: 2024-11-29T04:30:39.064Z (about 1 month 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
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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!