Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 820 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 820 Bytes

Create C++ dev environment on CentOS using VirtualBox and Vagrant

Prerequisites

Create dev environment

Change working directory to /vagrant

cd <vespa-source>/vagrant

Start and provision the environment

vagrant up

Connect to machine via SSH

SSH agent forwarding is enabled to ensure easy interaction with GitHub inside the machine.

vagrant ssh

Checkout vespa source inside machine

This is needed in order to compile and run tests fast on the local file system inside the machine.

git clone git@github.com:vespa-engine/vespa.git

Build C++ modules

Please follow the instructions described here.