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

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

Awesome Lists containing this project

README

          

![image](quickstart-github-banner.png)

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