Skip to content

ScorpioCoding/sc-qs-dc-lemp-mvc-gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

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