Setting up Vagrant with VirtualBox

61 views
Skip to first unread message

Tim Fitzhardinge

unread,
Jun 13, 2016, 8:39:30 PM6/13/16
to opencog
Hi

I am new to Virtual OS and Vagrant.

I have installed the latest version of Vagrant (downloaded from the Vagrant website and installed on Windows 10 - host computer). I am using VirtualBox version 5.0.20, running Ubuntu version 16.04. I have executed the line within Ubuntu's terminal:

vagrant init hashicorp/precise64

however when I execute the statement: vagrant up

I get the error message:

No usable default provider could be found on your system...

What step are I missing?

Thanks for your assistance

AmeBel

unread,
Jun 13, 2016, 10:58:27 PM6/13/16
to opencog
Hi,

Vagrantfile is only provided to https://github.com/opencog/opencog/. See http://wiki.opencog.org/wikihome/index.php/Building_OpenCog#Run_Vagrant for steps. If it is something else you are trying to do let us know.


Cheers :-)

Tim Fitzhardinge

unread,
Sep 12, 2016, 8:06:48 AM9/12/16
to opencog

Hi AmeBel 

Sorry for my late reply and thank you for your response. I'm just trying to get up and running with OpenCog and make the OpenCog as simply and easy. So referring to my original post what I am missing.

Thanks

AmeBel

unread,
Sep 12, 2016, 10:37:17 PM9/12/16
to opencog

Sorry for my late reply and thank you for your response. I'm just trying to get up and running with OpenCog and make the OpenCog as simply and easy. So referring to my original post what I am missing.


virutalbox 

Tim Fitzhardinge

unread,
Sep 14, 2016, 1:13:42 AM9/14/16
to opencog
Thanks. I have virtual box installed. And I have created a linux virtual OS within it running the latest version of Ubuntu. So then when should be running vagrant.

Jerold Haas

unread,
Sep 14, 2016, 10:23:08 AM9/14/16
to opencog


On Wednesday, September 14, 2016 at 1:13:42 AM UTC-4, Tim Fitzhardinge wrote:
Thanks. I have virtual box installed. And I have created a linux virtual OS within it running the latest version of Ubuntu. So then when should be running vagrant.

Perhaps some clarification is needed.

Since you appear to have all the necessary binaries installed, navigate to the directory where the vagrant scripts are located (your local opencog git repository) via command line. Run `vagrant up`, where vagrant will look for relevant scripts in that path (i.e. using VagrantFile). Vagrant will start up the VirtualBox instance with the needed settings.

From The Fine Wiki:

git clone https://github.com/opencog/opencog 
cd opencog
vagrant up
vagrant ssh
# do your thing
exit
vagrant halt

Reply all
Reply to author
Forward
0 new messages