Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gigacache/php-project-dockerized
Dockerized PHP Skeleton Project, Ready For Your Next PHP Project
https://github.com/gigacache/php-project-dockerized
apache apcahe docker makefile mysql php8 phpmyadmin
Last synced: 9 days ago
JSON representation
Dockerized PHP Skeleton Project, Ready For Your Next PHP Project
- Host: GitHub
- URL: https://github.com/gigacache/php-project-dockerized
- Owner: gigacache
- License: mit
- Created: 2023-11-11T13:35:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T11:37:10.000Z (about 1 year ago)
- Last Synced: 2023-11-12T12:29:46.131Z (about 1 year ago)
- Topics: apache, apcahe, docker, makefile, mysql, php8, phpmyadmin
- Language: Makefile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-project-dockerized
Ready for your next php project
## What does this repo do
- Builds php-apache, mysql and phpmyadmin docker containers from official images.
- Dumps a script in mysql db so your project can be setup in seconds.
- Connects the mysql db to phpmyadmin on localhost:8082 so you can easily manage your data.## Installation
```
make install
```Drop your php project in `./public`
## Removal
```
make remove-docker
```## Errors
- [x] Make sure docker is running
- [x] Make sure you can run make commands