It took me a little while to figure out the best way to get a Drupal Ladder site setup so that I could work on the install profile. The README says to build the site with build-drupalladder.make, but this make file refers to the currently-being-deprecated learn install profile.

I wrote a quick bash script to setup a dev site, with a download of Drupal core and a clone of the Drupal Ladder repo. I also created a scripts directory to contain this and drupalladder.rebuild.sh, and renamed that script for brevity. Patch will be in a comment.

CommentFileSizeAuthor
#1 1671258-1.patch5.31 KBBrockBoland
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

BrockBoland’s picture

Assigned: Unassigned » bryanhirsch
Status: Active » Needs review
FileSize
5.31 KB

Apply patch with git am. I know I could just commit this myself, but wanted to run it by you.

BrockBoland’s picture

Version: » 7.x-1.x-dev
Status: Needs review » Fixed

A-ha! I KNEW I had made this easier somewhere, and couldn't find it when I was trying to setup a fresh dev site tonight. I went ahead and committed this: adb82daf8104b7f6e726219549f88705e23b722b

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.