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

https://github.com/davidthorn/web-env

A default project environment used for web development using docker
https://github.com/davidthorn/web-env

Last synced: about 1 year ago
JSON representation

A default project environment used for web development using docker

Awesome Lists containing this project

README

          

# web-env

This project is supposed to by an absolutely raw base that can be used to create docker projects using php, nginx and mysql.

## Usage

To run the application execute the following command:

> You will need sudo permission to execute the commands.

```bash
./destroy.sh && ./build.sh && ./install.sh
```