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
- Host: GitHub
- URL: https://github.com/davidthorn/web-env
- Owner: davidthorn
- Created: 2021-03-06T07:22:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T22:06:36.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T14:47:37.794Z (over 1 year ago)
- Language: PHP
- Size: 23.2 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```