kalamuna / kalastack

Local development environment for drupal
Other
43 stars 21 forks source link

provide a drupal 8 compatible stack #83

Open andrewmallis opened 10 years ago

andrewmallis commented 10 years ago

Drupal 8 system requirements outline the following environmental differences from the current puppet configuration:

php 5.4+ Drush 7 master branch (needs to be installed via composer)

We are seeking at this time to provide a 3.x-d8 branch that provides this functionality

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2548054-provide-a-drupal-8-compatible-stack?utm_campaign=plugin&utm_content=tracker%2F235881&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F235881&utm_medium=issues&utm_source=github).
andrewmallis commented 10 years ago

b56eeae and 202c1d7 provide a successful PHP upgrade.

andrewmallis commented 10 years ago

@gremy please note progress here. We were having some issues installing drush via composer

pirog commented 10 years ago

Hey guys,

installing drush via composer is strange. you might want to look at what i did in the dockerfile in https://github.com/kalamuna/kalastack-docker

of course you will want to use drush 7 in your use case

On Mon, Jun 9, 2014 at 6:10 PM, Andrew_Mallis notifications@github.com wrote:

@gremy https://github.com/gremy please note progress here. We were having some issues installing drush via composer

— Reply to this email directly or view it on GitHub https://github.com/kalamuna/kalastack/issues/83#issuecomment-45550827.

Cheers,

Mike Pirog Kalamuna www.kalamuna.com

reynoldsalec commented 10 years ago

@gremy does this actually work?

@dasrecht might have some tips on how to get this going, has done a D8 stack for Amazee.

pirog commented 10 years ago

@reynoldsalec @gremy the puppet code needs to be cleaned up to be more consistent with everything else in the repo