https://github.com/yookoala/damp
Like XAMPP, but with Docker. Supports running multiple PHP versions in parallel.
https://github.com/yookoala/damp
Last synced: 3 months ago
JSON representation
Like XAMPP, but with Docker. Supports running multiple PHP versions in parallel.
- Host: GitHub
- URL: https://github.com/yookoala/damp
- Owner: yookoala
- License: mit
- Created: 2017-02-03T23:53:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T05:06:27.000Z (almost 8 years ago)
- Last Synced: 2025-02-10T04:42:28.187Z (5 months ago)
- Language: ApacheConf
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Docker AMP Stack
Docker based Apache, MariaDB, PHP stack.
Intended for testing PHP / MySQL applications in localhost environment.
## Features
* Can easily create clean environment for testing.
* Support testing multiple PHP version easily. Just change the localhost domain
and you may see how your applicaiton runs / crash :-)* Simple command to import your existing database dump. Also support working
interactively through mysql CLI.* Stores database in data volume. Starting and stopping MariaDB container
won't lost any data.* Apache logs mount to your volumne.
* You may customize Apache config easily.
## Documentation
Please read the [Documentation file](DOCS.md) in this repository for
installation and usage instructions.## License
This repository is license under the [MIT License](https://opensource.org/licenses/MIT).
You may obtain a copy of the license is in [LICENSE.md](LICENSE.md).