Russel
March 19, 2015, 3:46pm
1
I’m trying to follow the git install instructions:
$ git clone GitHub - dradis/dradis-legacy: This is a LEGACY repo head to
$ cd dradisframework/
$ git checkout dradis3_blackhat-arsenal
$ ruby bin/setup
$ bundle exec rails server
I don’t see a “dradis3_blackhat-arsenal” branch. Should I use the “release-3.0” branch?
etd
March 20, 2015, 4:54pm
2
Sorry about that @Russel . The README is out of date: master
is what I’d recommend you use.
Will patch README now.
Russel
June 17, 2015, 12:45pm
3
The master branch still shows “git checkout dradis3_blackhat-arsenal”; The “release-3.0” branch seems to be correct though.
etd
June 17, 2015, 1:47pm
4
Hi @Russel ,
Yes, release-3.0
is the one you want.
Also this may be useful:
http://dradisframework.org/slides/bsides2015/#/
(Use arrow keys to navigate; Esc to view all slides)
In particular, prerequisites:
http://dradisframework.org/slides/bsides2015/#/6
And Dradis from Git:
http://dradisframework.org/slides/bsides2015/#/8
HTH
Russel
June 17, 2015, 2:23pm
5
So do I need to use the master branch or do I need to checkout the release-3.0 branch? Is the master branch version 2 or 3? Do you have link to you video for that bsides presentation?
etd
June 24, 2015, 9:20am
6
Hi Russel,
Unfortunately there was no recording during BSides.
You need to checkout release-3.0
.