An open API service indexing awesome lists of open source software.

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

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
```