当前位置: 首页 > 软件库 > Web应用开发 > Web框架 >

ddev

授权协议 Apache-2.0 License
开发语言 PHP
所属分类 Web应用开发、 Web框架
软件类型 开源软件
地区 不详
投 递 者 吕高昂
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

ddev

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 (ddev requires Docker and docker-compose). (more info here).
  2. Install ddev: Options include macOS homebrew (recommended), an install script, or manual installation.
  3. Read the Basics and 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.

Partial Feature List

  • Quickly create multiple local web development environments based on 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 with ddev list.
  • Snapshot databases with ddev snapshot.
  • Temporarily share your development website with other using ddev share.
  • Trusted HTTPS support

Just running ddev will show you all the commands.

Support

We love to hear from our users and help them be successful with ddev. Support options include:

  • ddev Documentation and faq
  • ddev StackOverflow for support and frequently asked questions. We respond quite quickly here and the results provide quite a library of user-curated solutions.
  • ddev issue queue for bugs and feature requests
  • The gitter drud/ddev channel (it's easy to log in many diffferent ways)
  • The #ddev channels in Drupal Slack, TYPO3 Slack for interactive, immediate community support.
  • ddev-contrib repo provides a number of vetted user-contributed recipes for extending and using ddev. Your contributions are welcome.
  • awesome-ddev repo has loads of external resources, blog posts, recipes, screencasts, and the like. Your contributions are welcome.
  • Twitter with tag #ddev will get to us, but it's not as good for interactive support, but we'll answer anywhere.

Additional Information

  • Contributing See the "How can I contribute" question in the FAQ.
  • Roadmap: See the ddev roadmap. We love your input! Make requests in the ddev issue queue.
 相关资料
  • 我正在寻找在我的本地开发环境中设置Redis,我正在Laravel项目中使用DDEV。 我遵循以下步骤将redis添加到项目中:https://github.com/drud/ddev-contrib/tree/master/docker-compose-services/redis 在之后,我可以看到Redis被拉入容器,但是它会立即掉到容器中,您可以通过运行看到这一点。 请有人能帮助与正确的设

  • 我已经用ddev设置了一个简单的wordrpress环境。 我正在尝试使用ddev share功能,该功能应该提供本地WP站点的实时预览,但当我尝试从另一台计算机在不同的以太网上访问该站点时,该站点会加载,所有内容都与html和一些原始css有关,但不是全部内容。 当然,在当地,一切都很好。 在我的ngrok站点控制台中,我收到了如下各种警告: 注意,“mysite.ddev....”是指向我的本

  • 作为一个在Windows机器上工作但喜欢Ubuntu作为工作环境的人,我想在WSL中使用ddev。有办法做到这一点吗?

  • 今天,我试图在一个朋友的捏造机上设置ddev: OS Windows 10 Home Docker Toolbox-全新安装Docker Toolbox快速入门- BIOS- 德鲁德德夫为Windows 10全新安装的德德夫配置工作。 snowm@ThomasWin10HP MINGW64 /c/Data3/test $ ddev 启动测试...正在创建 ddev-test-db ...错误 错误

相关阅读

相关文章

相关问答

相关文档