--playbook The Ansible playbook.yml fileto use other than the included playbook.yml. (Default: {install-path}/playbook.yml)
then you can copy the default playbook to your own and remove the geerling.mysql role and set the mysql variables needed to connect
Chris McIntosh
@cmcintosh
ok
only other blocker I am running into atm @jonpugh is a issue with composer 2, i have tried getting through with just composer 1. but no dice
Chris McIntosh
@cmcintosh
ok getting all the way through to installing hostmaster, devshop fails because its looking for composer_manager
Chris McIntosh
@cmcintosh
not sure how to get around this of if there is a update/patch pending, any thoughts @jonpugh
Jon Pugh
@jonpugh
Just merged composer2 support, @cmcintosh
Chris McIntosh
@cmcintosh
thanks on that
getting through the installation a bit further along it looks like there maybe a version conflict with drupal/composer_autoloader and drupal/composer_manager in the composer.json file
when running devshop install it fails because composer_manager is not downloaded to the drive/thus cant be installed
Jon Pugh
@jonpugh
composer_manager should be long gone
where do you see it in a composer.json file?
Jon Pugh
@jonpugh
@cmcintosh I have been at it quite early recently, sometimes 6-8ET. I also have 10ET blocked for open stand-up. I would be happy to look at what you have
Chris McIntosh
@cmcintosh
ill get/copy the composer to a gist file so you can see what im pulling in
one thing im noticing is two things, just reran install script, the /web folder does not have the drupal scaffolding files but does contain profiles + sites
also seems that the install scrip flag to use nginx over apache does not get recognized
Chris McIntosh
@cmcintosh
i probably royally miffed something in the install process, not sure.
Jon Pugh
@jonpugh
no, you uncovered testing environment that works when real world does not...
It's installing a very old version of drupal/devmaster package:
@ichionid we are currently working on github tests for the primary install methods to ensure the exact recommended commands work: See this file for the install.sh test, which is very similar to what the recommended docker run command will be.
13 replies
Jon Pugh
@jonpugh
@ichionid We are more active in the Drupal slack, and are actively testing a new Install script: opendevshop/devshop#631
--playbook-path
or--playbook
--playbook
composer.json
file?drupal/devmaster
package:- Installing [32mdevshop/devmaster[39m ([33m1.5.1-rc8[39m): Extracting archive
devmaster
to /usr/share/devshop/devmaster... which would symlink the profile. (probably a bad idea)composer require devshop/devmaster:^1.7@dev
- Installing devshop/devmaster (1.7.0-alpha3): Extracting archive
$ docker run --name hostmaster --hostname aegir.local.computer -e MYSQL_ROOT_PASSWORD=12345 --link database:mysql -p 80:80 aegir/hostmaster
docker run
command will be.