Drupal Local Development Setup/Environment

我的未来我决定 提交于 2020-12-13 20:57:28

问题


Background

I have been developing Drupal Sites for a little over 2 years now and I have noticed that my dev environments are not as user friendly and as simple as I have expected. The current process is we have a git repo where we store all the code, then we have a vagrant box setup as our virtual machine to run our local development in. The issue comes along with the fact of constantly having to go through loop holes of trying to get everything to work well together. Or there will be issues with composer (which is getting real finicky)

For example trying to make sure that my macOS version still supports php. Or to make sure the version of vagrant works with the current version of VirtualBox. The biggest pain comes from trying to set everything up in one simple go. There is always some sort of tweak that has to be made to the local system to make everything congeal. Then the whole blt setup process once I am logged into the vagrant is time consuming as well.

I have also taken a Drupal Acquia Developer course but this course, in here the professor said proposed that we should use DevDesktop. This process did seem slightly easier but I did not like how it was another "do it the Drupal way". I understand seeing that this came from the the actual company as the professor software it might be considered best practice but still want to hear more.

Question

I have received an email about the Acquia Cloud IDE which does look very interesting but I believe it is another service that we would have to pay for. My question for you all, is what are some of the best practice that you all follow for local development? Are there things I should look into and

TL;DR

Background:

  • use acquia site factory for all sites
  • we deploy from local to dev using blt artifacts
  • environment is done using a Drupal-VM vagrant box (which gets out of hand and uncontrollable fast when trying to set it all up)
  • Since we are using lightning core we are told we must use Macs, I would like to make it so this development can be done on any machine.

Question

  • Does anyone here use DevDesktop or Acquia Cloud IDE and have any feedback or pros/cons about these?
  • Any recommendations or information of what you all currently are implementing?
  • What are the leading standards?
  • What technology can I utilize that can be setup or used on any computer regardless of OS? (Hopefully a cost-free solution)

来源:https://stackoverflow.com/questions/65129883/drupal-local-development-setup-environment

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!