-
Notifications
You must be signed in to change notification settings - Fork 71
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
Use ubuntu/xenial64 over bento/ubuntu-16.04; Address #405. #408
Conversation
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.
So only real difference is now we're the Ubuntu user?
@@ -13,5 +13,5 @@ SOLR_HOME="/var/lib/tomcat7/solr" | |||
BLAZEGRAPH_VERSION=2.1.4 | |||
DRUPAL_HOME="/var/www/html/drupal" | |||
DRUPAL_VERSION=8.1.8 | |||
FITS_VERSION=1.0.2 | |||
FITS_VERSION=1.0.3 |
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're doing it again :P
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.
Oh. My bad. I forgot I did that. I can back that out if you want.
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.
I wouldn't worry about this one. Next time, @ruebot, next time...
@dannylamb that is part of it. The bento one also installed a plugin on the virtual machine as part of the beginning of the built. So, theoretically, this build should be a wee bit faster. |
@dannylamb ...and see also #181, we had a lot of issues with 16.04 when it was first released on atlas. |
So whatever the issue was before has been resolved and that's why we're going back to the official Ubuntu images? |
@dannylamb correct! |
I'm not sure why it is giving me branch conflicts:
|
@edf @whikloj @dannylamb @mcooper -> just drop your vagrant version in when testing, and let us know if there are any issues. thanks! |
Apparently I don't know my own github username: @mark-cooper -- will test also. Aside from a |
@mark-cooper In this case making sure everything is up and running is probably sufficient.
|
|
Looks good, no errors that I saw and I can access the above services.
👍 |
@whikloj thanks! what version of vagrant and virtualbox? |
vagrant up completes with errors on Ubuntu 14.04 Desktop with virtualbox 5.0.28 and vagrant 1.8.6 |
OS X 10.11.5 |
@edf completes with errors? Can you share the output? |
@ruebot these are minor things. For example, in lamp-server.sh islandora does not exist when chown -R ubuntu.ubuntu islandora https://github.com/edf/CLAW/blob/issue-405/install/scripts/lamp-server.sh#L13 |
@ruebot the actual message |
Hmm yeah that makes sense. It wouldn't exist as we have just installed Apache and haven't started on Islandora. That is probably redundant. |
@edf ah cool. I see what you mean now. Would you mind pulling those errors together, and creating a new ticket? |
sure! I am having issues with the install on Windows 7 with the latest virtualbox and vagrant. I will recheck my work to make sure everything is correctly tuned before issuing vagrant up. I am thinking git settings and the like. on Windows 7, using vagrant < version 1.8.5 failed to complete pretty fast |
I've got the same error
|
@edf thanks Ed! ...and thanks for testing Windows. We'll see if we can resolve that once you get the errors in here. |
@ruebot on the Windows 7 computer with Vagrant 1.8.6, the last lines of output
|
Linux Mint 18 Sarah Provisioning completes and services appear to be up.
|
@edf can you try vagrant 1.8.6? @mark-cooper thanks!! |
Are we good to go on this one now? |
Microsoft Windows 7 still creates a fatal error. I suggest moving forward and I'll address the error later if it remains an issue |
@edf we can document that in a new issue once this merged if that works for you. |
@ruebot works for me |
@dannylamb @whikloj I think we're good to go here now. |
See: #405
@Islandora-CLAW/committers