Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalwar/php-mamp
A very simple local dev environment for Apache, PHP, MySQL and PhpMyAdmin
https://github.com/kalwar/php-mamp
apache docker-compose localdevelopment mysql php php8 phpmyadmin
Last synced: about 19 hours ago
JSON representation
A very simple local dev environment for Apache, PHP, MySQL and PhpMyAdmin
- Host: GitHub
- URL: https://github.com/kalwar/php-mamp
- Owner: kalwar
- License: mit
- Created: 2022-03-12T14:09:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T06:17:17.000Z (over 2 years ago)
- Last Synced: 2024-04-16T07:59:50.541Z (7 months ago)
- Topics: apache, docker-compose, localdevelopment, mysql, php, php8, phpmyadmin
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP-MAMP
PHP-MAMP is a set of docker images that include a MAMP stack ([macOS](https://www.apple.com/macos/monterey/), [Apache](https://www.apache.org/), [MySQL](https://www.mysql.com/), [PHP8](https://www.php.net/) and [phpMyAdmin](https://www.phpmyadmin.net/) all in one handy package.
## Using the image
### On the command line
This is the quickest way
```
docker-compose up
```# Use for reference
Use solely for reference material only