Skip to content

nearlythere/ddev

 
 

Repository files navigation

ddev

CircleCI Go Report Card project is maintained

ddev logo

ddev is an open source tool that makes it simple to get local PHP development environments up and running in minutes. It's powerful and flexible as a result of its per-project environment configurations, which can be extended, version controlled, and shared. In short, ddev aims to allow development teams to use Docker in their workflow without the complexities of bespoke configuration.

Getting Started

  1. Check System Requirements: We support recent versions of macOS, Windows 10, and select Linux distributions that will run docker (ddev requires Docker and docker-compose). (more info here).
  2. Install ddev: Options include macOS homebrew (recommended), an install script, or a manually download.
  3. Choose a CMS Quick Start Guide:

Having trouble? See our support options below. Additionally, you may have trouble if another local development tool is already using port 80 or 443.

Current Feature List

  • Quickly create multiple local web development environments based on a code repositories.
  • Import database for a project you're working on.
  • Import upload files to match the project (Drupal's sites/default/files or WordPress's wp-content/uploads).
  • Pantheon integration - grab a Pantheon archive and work locally with the database and files.
  • Run commands within the docker environment using ddev exec.
  • View logs from the web and db containers.
  • Use ddev ssh to explore the linux environment inside the container.
  • List running projects.

Just running ddev will show you all the commands.

Support

If you're having trouble using ddev, please use these resources to get help:

  1. Please review the ddev Documentation to ensure your question isn't answered there.
  2. Review the ddev issue queue to see if an issue similar to yours already exists.
  3. If you've exhausted these options and still need help, please file an issue following the pre-populated guidelines and our Contributing Guidelines as best as possible.
  4. We also have a channel (#ddev) in the Drupal Slack account. We try to be very responsive, but replies may lag outside normal business hours in the US Mountain Time zone.

Contributing

Interested in contributing to ddev? We would love your suggestions, contributions, and help! Please review our Guidelines for Contributing, then create an issue or open a pull request!

Addititional Information

About

ddev: a local development environment management system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 90.5%
  • Makefile 5.1%
  • Shell 4.3%
  • Batchfile 0.1%