dmnkhhn / ddev

DDEV-Local: a local PHP development environment system

Home Page:https://ddev.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Linux distributions that will run docker-ce (ddev requires Docker and docker-compose). (more info here).
  2. Install ddev: Options include macOS homebrew (recommended), an install script, or manual installation.
  3. Choose a CMS Quick Start Guide:

Having trouble? See our support options below. You might 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 (e.g. 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. See the ddev Documentation.
  2. Review Stack Overflow DDEV-Local questions and answers (or ask a question there! We get notified when you ask.)
  3. The ddev issue queue may have an issue related to your problem.
  4. For suspected bugs or feature requests, file an issue.
  5. The #ddev channel in Drupal Slack and TYPO3 Slack for interactive, immediate community support

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-Local: a local PHP development environment system

https://ddev.readthedocs.io

License:Apache License 2.0


Languages

Language:Go 81.8%Language:Shell 8.0%Language:Makefile 5.7%Language:NSIS 2.4%Language:Dockerfile 1.5%Language:HTML 0.3%Language:PHP 0.2%Language:Batchfile 0.1%