Active
Project:
Provision
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2013 at 18:31 UTC
Updated:
11 Oct 2013 at 10:37 UTC
Jump to comment: Most recent file
Comments
Comment #1
ergonlogic+1
Comment #2
ergonlogicRecently on IRC:
Comment #3
omega8cc commentedOK. So with Aegir project lead blessing we seem to have consensus that Aegir intends to support Backdrop CMS, no matter if Drush devs will have similar consensus or not. It seems that if there will be no official support, there will be Drush fork maintained - see: https://github.com/backdrop/backdrop-issues/issues/47
Comment #4
ergonlogicI just asked the Drush maintainers straight-out for their opinion on supporting Backdrop in https://github.com/drush-ops/drush/issues/141
Comment #5
anarcat commentedin case it wasn't clear from the irc log: +1
Comment #6
niccolox commentedan anonymous source close to the Pentagon(aka Pantheon) told me they have successfully tested hosting BackdropCMS and since their workflow is all about GIT and Drush I would expect that might be a place to acquire resources also
Comment #7
anarcat commentedi also heard at drupalcon that pantheon successfully provision backdropcms.
Comment #8
ergonlogicOut-of-the-box Backdrop won't install on Aegir. Most of the reason for this is the Drupal 8 style file layout, putting everything in core/, but having mostly Drupal 7 code. To get Drush to recognize it as Drupal 7, and Aegir to install it, I created a few symlinks:
ln -s core/includes .
ln -s core/modules .
ln -s core/misc .
... and then changed the version string from 8.x to 7.x.
I also had to comment-out an include from provision's install_7.inc, since includes/entity.inc has gone away. This obviously isn't the right way to go here, assuming it's still required for D7 installs. But we could easily enough add another symlink to the file containing the required code. I just didn't bother to figure out what it is yet :p
Relevant patches attached for experimentation.
Comment #9
ergonlogicFor the sake of posterity, here's a screenshot of the first documented Backdrop install in Aegir :)
Comment #10
niccolox commentedAwesome. As an aside. The Flat UI Radix theme has been Twigified thanks to Forest Mar and now has a D8 branch
Comment #11
niccolox commentedBtw. Will that backdrop aegir hack work for d8?
Comment #12
helmo commented@niccolo: Are you looking for #1194602: [meta] Support the hosting of Drupal 8 sites