https://github.com/scorpiocoding/sc-qs-dc-lemp-mvc-gulp
ScorpioCoding QuickStart Docker LEMP MVC Gulp
https://github.com/scorpiocoding/sc-qs-dc-lemp-mvc-gulp
docker docker-compose gulp lemp-stack mysql php php-framework php-mvc-framework
Last synced: 2 months ago
JSON representation
ScorpioCoding QuickStart Docker LEMP MVC Gulp
- Host: GitHub
- URL: https://github.com/scorpiocoding/sc-qs-dc-lemp-mvc-gulp
- Owner: ScorpioCoding
- Created: 2023-01-07T19:23:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T13:29:16.000Z (over 3 years ago)
- Last Synced: 2025-03-31T18:44:57.034Z (about 1 year ago)
- Topics: docker, docker-compose, gulp, lemp-stack, mysql, php, php-framework, php-mvc-framework
- Language: PHP
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# sc-qs-dc-php-lemp-mvc-gulp
ScorpioCoing QuickStart Docker Apline Nginx Php MySql (LEMP) stack.
Now with MVC Model-View-Controller Application Setup.
Using Gulp to Copy files from the dev environment.
## Basic Usage
- clone git
- open terminal and go into \_dockerfiles
- run docker command to start
```
docker compose up -d
```
- run docker command to stop
```
docker compose down
```
- The frontend http://localhost:6080
- phpMyadmin http://localhost:6081
## Gulp Usage
- open second terminal and goto \_gulpfiles
- run command to init gulp to create `node_modules` folder
`npm install`
- run command to start gulp
`gulp`
- to stop enter keys `ctrl+c`