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 -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/33595ead-08d6-48df-acba-ad42f0e881dc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
