-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Drupal to Alpaca TravisCI setup; Resolves https://github.com/Isla… #23
Conversation
@dannylamb ready for review. |
drush si minimal --db-url=mysql://drupal:drupal@localhost/drupal --yes | ||
drush runserver --php-cgi=$HOME/.phpenv/shims/php-cgi localhost:8081 &>/tmp/drush_webserver.log & | ||
|
||
ln -s $ISLANDORA_DIR modules/islandora |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to pull down the islandora modules with git here instead of symlinking like we do in the islandora repo's setup. Lines 617-618 in the Travis log show the module can't be found when you try to enable it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, good catch!
👍 You're awesome @ruebot. That definitely turned out to be a bit trickier than first envisioned. |
aww, thanks man! |
…ndora-CLAW/CLAW/issues/455
See: Islandora/documentation#455
To test: