-
Notifications
You must be signed in to change notification settings - Fork 2
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
Verify that installation procedure works #11
Comments
@chelsrosic - following up on our discussion, this would be a good task to tackle after getting the vector tiles bugs fixed. Having this set up on your machine will:
|
@chelsrosic attempted setup here. Not sure what's happening here. Some possible things to try, in the order I'd probably try them:
|
So downloading powershell 5.1 kind of fixed the "guest machine" error after running
After some research I found: hashicorp/vagrant#9318 Things I tried from this page:
|
Thanks @chelsrosic for digging deeper on this! As per follow-up from @radumas, this is being escalated to IT to enable VT-x at the BIOS level; it looks like there's not a whole lot else that can be done on this until that happens. |
|
Uma dropped by again this morning,not sure what he did. I just checked to see if |
😢 @radumas - sounds like we need to follow up with Uma again. |
Uma came back and fixed my error with the Virtual Box ! However, now I have another error. I see the word sudo so it could be a sudo error (since we do not have sudo privileges on these computers):
either that or the file does not exist and maybe I should re-install vagrant or something ? |
So Evan fixed the issue in the comment above.
It seems to be another issue with the SSH. |
This line:
...suggests PostgreSQL installation failed. While working on something else, I found a possible root cause of that: the PostgreSQL 9.6 repository that we were using has mysteriously disappeared from the PostgreSQL website. I also hit the same HTTP 407 proxy authentication issues that @chelsrosic ran into the other day. I've got some updates that should fix both issues - just tested them out now with a fresh |
added line to navigate to correct directory before running `vagrant ssh`
Updated README.md to haveinformation on VirtualBox and the VirtualBox image #11
Closed by #37 . |
Description
Our installation process is described in the repo README, but it's never been tested end-to-end by someone who isn't @candu . You could be the one to change that 😄
Acceptance Criteria
The text was updated successfully, but these errors were encountered: