-
Notifications
You must be signed in to change notification settings - Fork 29
Getting Started
cktricky edited this page Aug 13, 2011
·
5 revisions
For your convenience, we've created scripts for two separate platforms: BackTrack 5 and Ubuntu.
These scripts install all the necessary dependencies.
Ubuntu 10.04, 10.10 and 11.04
BackTrack 5
Upon completion, you will have rvm installed and wXf will be located in your home directory.
rvm use 1.8.7
cd ~/wXf
./wXfconsole
rvm use jruby-1.5.6
cd ~/wXf
./wXfconsole
There are two versions of the framework depending on which environment you start the console in.
Examples:
jruby wXfconsole
OR
./wXfconsole
The two environments require different dependencies so we've broken the installation into two separate parts. Enjoy.