Skip to content
Davide edited this page Feb 9, 2016 · 41 revisions

Idomaar prerequisites

Install Vagrant from [https://www.vagrantup.com/].
On linux system use the provided packages on "www.vagrantup.com" site, don't use the vagrant provided with standard repo. We recommend vagrant 1.6.x.

On windows machine you should install Cygwin or other bash environment in order to be able to run the ssh command. You candownload the "Cygwin" shell from https://www.cygwin.com/.

The evaluation framework can be run both on local Vagrant installation or Amazon AWS, access the following pages for specific guides:

Troubleshooting

Error "setting certificate verify locations:" on Ubuntu linux This error can be resolved with the following command:
sudo cp -s /etc/ssl/certs/ca-certificates.crt /etc/pki/tls/certs/ca-bundle.crt