Chassis / core_dev

A Chassis extension for WordPress Core development.
2 stars 1 forks source link

Required feature list #1

Closed peterwilsoncc closed 5 years ago

peterwilsoncc commented 5 years ago
kadamwhite commented 5 years ago

I'd suggest being able to choose whether to use an svn or git checkout, and ideally, to permit switching.

XDebug I'd want to be configurable per-VM; e.g., if I want xdebug I'll list both this extension and the xdebug extension in my chassis config.

Would this replace the tester extension for work on core? or require it?

peterwilsoncc commented 5 years ago

For XDebug I was thinking the same thing, to use it requires the extension but allow for it to be disable when running tests.

My thought is to replace it, the tester extension includes wordpress-develop as a submodule and I want to avoid two checkouts.

I like being able to switch. I'll check how vvv implemented it.

kadamwhite commented 5 years ago

Brainstorming meeting notes:

Chassis VM environment

Pain Points w/ current systems

kadamwhite commented 5 years ago

I've broken this out into smaller issues in https://github.com/peterwilsoncc/core-dev/projects/1 and am closing this out for now.