Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 727 Bytes

File metadata and controls

27 lines (18 loc) · 727 Bytes

SCODE

Is a small and robust Dockerized Modular Php Mvc Framework

How to use

Using the terminal:
-git clone the App
-run the dockerfiles
-mod the html files to one's desires

All development is done in the html directory.

When putting it live just transfer the dockerfiles and the html directory

Dockerfiles

-The main App is run on port http://localhost:6080.
-The database port for direct access is on port 6086.
-The database php MyAdmin is on port 6084.

Makefile

-Is a file with most used Docker Compose commands.
-You can find more info at https://makefiletutorial.com
-Make help will sho you the list of commands created.
-choco install makefor windows OS.