Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Vagrant

Thejan Wijesinghe edited this page Oct 1, 2017 · 2 revisions

Prerequisites:

  • Install Vagrant from here.
  • Install VirtualBox from here.

Start and connect to Vagrant

git clone https://github.com/apache/drat.git
cd drat
vagrant up
vagrant ssh
$DRAT_HOME/bin/oodt start

Once you're connected to the VM, skip to the automated or manual method of running DRAT. Note that the /vagrant directory is a shared folder to your host system and is a great way to interact with codebases you're looking to audit with DRAT.

Clone this wiki locally