This took us a while , things were not working , this blog will help you setup quick on your machine and start working on RapidFTR.
NB :Lesson learnt -Never ever give up
-
Part one.
Download Virtual Box by following this link https://www.virtualbox.org/wiki/Downloads and set it up, this was pretty sraightforward
Download Vagrant https://www.vagrantup.com/downloads.html, vagrant is used to Create and configure lightweight, reproducible, and portable development environments.For more information follow this link- Documentations
For RapidFTR we are using the ubuntu/trusty32 , no need to worry,this will automatically be donwloaded for you.
This can enable you to be able to run and deploy a virtual development environment , Mercy uses Linux Kali so she was set and Nelly uses windows 10 ,therefore this enables Nelly to run the environment without any worry, since there was no need to install the ubuntu when you can have it with you ready via Vagrant
Download Git https://git-scm.com/downloads if you don’t have it already , it will help you setup the environment and work on the repo from Github
Part Two.
After confirming that everything has been setup correctly .
Carry out the following steps
Go to the https://github.com/rapidftr/RapidFTR repo site and fork the project to your own repo as shown

After the above open git Bash on your machine and got to the the directory your wish to save your project in and perform the following commands
# Download source code:
# replace this with your forked site.
git clone git://github.com/rapidftr/RapidFTR.git
cd RapidFTR
git submodule update --init
After performing the above commands successful
you now have the completer repo with you.
Part Three.
To setup vagrant on your machine carry out the following tasks
# Start the VM
vagrant plugin install vagrant-omnibus
vagrant plugin install vagrant-faster
vagrant up
- The box file is large. It should only have to download once.
- The first time
vagrant up will run, the Chef recipes will be executed to provision the VM. This involves downloading and installing CouchDB, Ruby, Java, etc, so it will take some time. But the good thing is, once they are downloaded, they are all cached in shared folders so you’ll have much less storage space taken up.
Part Four
One the Virtual machine is up run the following commands
This should allow you to run the RAPIFTR
-1.292066
36.821946