Great to see someone's ddev Craft CMS setup!
I tried it out, installing via Composer, and immediately hit #38. Saw the fix was merged, so tried again following your instructions for installing with Git.
My impression: two changes would make it even easier for people to start from the unreleased bleeding edge
- using degit instead of git-clone would obviate the need to manually remove the .git directory
- moving the "clean up and set" commands into the Makefile (not sure what name would be best.
make init?) would reduce 4 steps to 1
I can make a pull request if you like the idea.
Great to see someone's ddev Craft CMS setup!
I tried it out, installing via Composer, and immediately hit #38. Saw the fix was merged, so tried again following your instructions for installing with Git.
My impression: two changes would make it even easier for people to start from the unreleased bleeding edge
make init?) would reduce 4 steps to 1I can make a pull request if you like the idea.