Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drud/ddev
Docker-based local PHP+Node.js web development environments
https://github.com/drud/ddev
backdrop craftcms ddev development docker drupal laravel linux local-development macos magento magento2 mariadb moodle nodejs php typo3 windows wordpress
Last synced: 3 months ago
JSON representation
Docker-based local PHP+Node.js web development environments
- Host: GitHub
- URL: https://github.com/drud/ddev
- Owner: ddev
- License: apache-2.0
- Created: 2017-02-01T22:09:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T17:17:07.000Z (7 months ago)
- Last Synced: 2024-04-22T21:13:20.554Z (7 months ago)
- Topics: backdrop, craftcms, ddev, development, docker, drupal, laravel, linux, local-development, macos, magento, magento2, mariadb, moodle, nodejs, php, typo3, windows, wordpress
- Language: Go
- Homepage: https://ddev.com
- Size: 105 MB
- Stars: 2,373
- Watchers: 48
- Forks: 566
- Open Issues: 139
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- mageres - DDEV-Local - Open source tool that makes it simple to get local PHP development environments up and running in minutes, including Magento 1 and 2. (Dev boxes / Docker)
- awesome-gitpod - DDEV-Local
- awesome-php-cn - ddev - 用于PHP的本地web开发环境系统. (配置 Configuration / 开发环境 Development Environment)
README
---
![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/ddev/ddev)DDEV is an open-source tool for running local web development environments for PHP, Python and Node.js, ready in minutes. Its powerful, flexible per-project environment configurations can be extended, version controlled, and shared. DDEV allows development teams to adopt a consistent Docker workflow without the complexities of bespoke configuration.
## Documentation
To check out live examples, docs, contributor live training, guides and more visit [ddev.com](https://ddev.com) and [ddev.readthedocs.io](https://ddev.readthedocs.io/en/stable/users/support)
## Questions
If you need help, our friendly community provides [great support](https://ddev.readthedocs.io/en/stable/users/support/).
## Wonderful Sponsors
DDEV is an Apache License 2.0 open-source project with its ongoing development made possible entirely by the support of these awesome backers. If you'd like to join them, please consider [sponsoring DDEV development](https://github.com/sponsors/ddev).
## Contributing
See “How can I contribute to DDEV?” in the [FAQ](https://ddev.readthedocs.io/en/stable/users/usage/faq/), and the [Contributing](CONTRIBUTING.md) page.
![Overview of GitHub contributions](https://repobeats.axiom.co/api/embed/941b040a17921e974655fc01d7735aa350a53603.svg "Repobeats analytics image")
## Get Started
1. **Check [System Requirements](https://ddev.readthedocs.io/):** macOS (Intel and Apple Silicon), Windows 10/11, WSL2, Linux, [Gitpod](https://www.gitpod.io), and [GitHub Codespaces](https://github.com/codespaces).
2. **Install a [Docker provider and DDEV](https://ddev.readthedocs.io/en/stable/users/install/)**.
3. **Try a [CMS Quick Start Guide](https://ddev.readthedocs.io/en/stable/users/quickstart/)**.Additionally, [https://ddev.com/get-started/](https://ddev.com/get-started/) provides an up-to-date getting-started guide.
## Highlighted Features
* Quickly create local web development environments based on code repositories, with minimal configuration.
* Import a database to any of your local environments.
* Import upload files to match the project (e.g. Drupal sites/default/files or WordPress `wp-content/uploads`).
* Customizable integration with hosting platforms like [Platform.sh](https://platform.sh), [Pantheon](https://pantheon.io), [Acquia](https://www.acquia.com) and others.
* Run commands within the Docker environment using `ddev exec`.
* View logs from the web and database containers.
* Use `ddev ssh` to explore the Linux environment inside the container.
* List running projects with `ddev list`.
* Snapshot databases with `ddev snapshot`.
* Temporarily share your development website with others using `ddev share`.
* Create custom commands as simple shell scripts.
* Enjoy effortless, trusted HTTPS support.
* Extend and customize environments as much (or as little!) as you need to.Run `ddev` to see all the [commands](https://ddev.readthedocs.io/en/stable/users/usage/cli/).