https://github.com/k1ngmar/wpmp-server
🙈 A Worpress, Mysql, phpmyadmin stack running on our own webserver (Plebserv)
https://github.com/k1ngmar/wpmp-server
docker plebserv server
Last synced: 2 months ago
JSON representation
🙈 A Worpress, Mysql, phpmyadmin stack running on our own webserver (Plebserv)
- Host: GitHub
- URL: https://github.com/k1ngmar/wpmp-server
- Owner: K1ngmar
- Created: 2021-06-08T11:04:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-15T17:44:57.000Z (about 5 years ago)
- Last Synced: 2025-07-01T19:44:56.358Z (12 months ago)
- Topics: docker, plebserv, server
- Language: PHP
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WPMP-Server ✂️
A Worpress, Mysql, phpmyadmin stack running on our own webserver [Plebserv](https://github.com/K1ngmar/Plebserv)
## Installation 📥
Clone the repo, `git clone https://github.com/K1ngmar/WPMP-Server.git`
## Run the server 🖥
```sh
docker build -t WPMP-Server .
docker run -p 80:80 WPMP-Server
```
## Usage 📈
By default the server runs on localhost:80
- localhost redirects to wordpress
- localhost/phpMyAdmin redirects to phpMyAdmin
[note] the server works with maria-db
## Login 🔒
Login details by default: `UID="admin" PWD="admin"`
## Shout out 💯
* [@Alpha_1337k](https://github.com/Alpha1337k)
* [@VictorTennekes](https://github.com/VictorTennekes)