- 
                Notifications
    
You must be signed in to change notification settings  - Fork 51
 
d9 build #196
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
d9 build #196
Conversation
| 
           note that changes to the Vagrantfile should only persist for this PR and should be returned to their previous values before merging.  | 
    
…f crayfish-commons since its been merged in
| 
           @elizoller, can we get the branch conflict resolved?  | 
    
| 
           @seth-shaw-unlv ok should be set  | 
    
| 
           Currently spinning this up and it spit out the following: So, there is an issue with the lock file?  | 
    
| 
           Still building, but that got me past composer, so 🤞.  | 
    
| 
           i'm suspecting something still isn't quite right because there was a lot to update when i went in and can composer update  | 
    
| 
           This works as advertised, but we will want to remove items instead of just commenting them out. Also, I presume we want to change the default image back to the islandora/8 one and drop "D9 Build" from the VM's name.  | 
    
| 
           will we roll a new version of that base box?  | 
    
| 
           I don't suppose @dannylamb will until we cut a new release. The base box is targeted to the most recent release for those who want to get an introduction, not for those of us playing on the razor's edge.  | 
    
| 
           Looks good. I'll spin it up a final time tonight or tomorrow before merging.  | 
    
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.
🚀
GitHub Issue: (Islandora/documentation#1730)
What does this Pull Request do?
Changes the playbook to build a d9 drupal site
What's new?
remove carapace stuff
install temp branches of d9 code + dependencies
How should this be tested?
run vagrant up
Additional Notes:
1. composer is not happy about the minimum stability so the first time it runs, i go in and manually change the minimum-stability from "stable" to "dev" in/var/www/html/drupal/composer.jsonand then runvagrant provisionto continue the build.previously it was dying on the
Run migrationstep in the post-install.yml but some minor config changes for islandora and islandora_defaults resolved that.i think we don't need to adjust the minimum stability anymore, it should work out of the box
i ran this on an ubuntu/bionic64 base box version
20200121.0.0and it appears to have given me php 7.4.13 out of the boxInterested parties
@Islandora-Devops/committers