Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Vagrant

Build the latest version of the MeTA toolkit using Vagrant. Ubuntu 14.04 is used as a base Vagrant box. This project was initially made for Text Retrieval and Search Engines Coursera course.

Instructions

  1. Install Vagrant

  2. Run Vagrant

    vagrant up
    
  3. Check that everything is OK

  vagrant ssh
  cd meta/build
  ctest --output-on-failure
  ```

## Notes

Only VirtualBox provider was tested.