Skip to content

All the required assets to develop and run a complete PHP/MySQL/JavaScript/CSS/HTML, including VS Code

License

Notifications You must be signed in to change notification settings

jrgics/full-stack-containerized-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

full-stack-containerized-development

All the required assets to develop and run a complete PHP/MySQL/JavaScript/CSS/HTML, including VS Code

Running The First Time

Stopping

When docker-compose stop is invoked, the environment will be stopped, but not removed. Subsequent to stopping, docker-compose start will re-start the environment.

To fully remove the environment (and all data not mapped into containers), issue the command docker-compose down. Persisted data will remain locally until manually removed.

Editing HTML/PHP

Use the IDE to edit index.php. Add, update or create more pages as necessary.

Managing The Database

Open the database management page (Adminer) from the main page and log into the database. The default password for root is p@ssw0rd (this can be changed within the docker-compose.yml file).

Persisting Data

All data is persisted into three volumes:

  • MySQL
  • HTML Source
  • VS Code Settings

About

All the required assets to develop and run a complete PHP/MySQL/JavaScript/CSS/HTML, including VS Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published