-
Notifications
You must be signed in to change notification settings - Fork 24
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
VirtualBox: Setting Up a Test Sovrin Network in VMs #10
Comments
Rupert: first, double-check to see if sovrin's client package is installed ( |
The document does not mention installation of sovrin-client. I was expecting already built in the VMs. What you are suggesting makes complete sense. However, 'apt install sovrin-client' fails... Can't find the package on Ubuntu portal either |
If you can't install sovrin-client with apt, then it means you don't have /etc/apt/sources.lst configured correctly inside the VM. You will need to add a public key for signed .deb files, and then add https://repo.evernym.com and https://repo.sovrin.org. These steps are performed by the vagrant scripts, which is why I am so puzzled. @mgbailey or @trevharmon, do you have any suggestions? |
BTW, the instructions for adding a public signing key and modifying /etc/apt/sources.lst are mentioned here: https://docs.google.com/document/d/1Da6adGCoRhCntQwPQPzz1H1dJRHAmgyyDi0k01ncvuw/edit |
Please open the vagrant script in your VM, and copy each line of it and
execute it from the command line. If there is a breakdown somewhere, that
should isolate it.
Mike
…On Mon, Jun 19, 2017 at 4:07 PM, Daniel Hardman ***@***.***> wrote:
BTW, the instructions for adding a public signing key and modifying
/etc/apt/sources.lst are mentioned here: https://docs.google.com/
document/d/1Da6adGCoRhCntQwPQPzz1H1dJRHAmgyyDi0k01ncvuw/edit
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFXuAJNE5OjJlewJqPEkaJ4kTzm3RYoCks5sFvESgaJpZM4N8j3j>
.
|
@mgbailey What is the path to the vagrant script inside the VM? And should this script's commands be run as root? |
These Vagrant files mount |
@Rupertredding Has this issue been resolved? |
I'm following the steps here (https://github.com/evernym/sovrin-environments/blob/master/vagrant/training/vb-multi-vm/TestSovrinClusterSetup.md) to setup test sovrin network (MacOS, VirtualBox, vagrant). I'm able to successfully ssh to an agent but then it's not able to understand 'sovrin' command.
$ vagrant ssh agent04
vagrant@agent04:~$ sovrin
sovrin: command not found
The text was updated successfully, but these errors were encountered: