https://github.com/helloxz/dnmp
Docker + nginx + MySQL + PHP
https://github.com/helloxz/dnmp
Last synced: 9 months ago
JSON representation
Docker + nginx + MySQL + PHP
- Host: GitHub
- URL: https://github.com/helloxz/dnmp
- Owner: helloxz
- License: apache-2.0
- Created: 2021-03-04T02:30:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T01:41:34.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T08:36:23.278Z (over 1 year ago)
- Language: Shell
- Size: 11.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNMP
Learn more about how DNMP can streamline your development process and make your projects more efficient.
## Install
```bash
git clone https://github.com/helloxz/dnmp.git
cd dnmp
bash dnmp.sh run
# install phpmyadmin
bash dnmp.sh install runtime
bash dnmp.sh install phpmyadmin
```
## Common commands
```bash
# reload nginx config
docker exec -it nginx xc.sh reload
```