Skip to content

Commit

Permalink
Updated Dradisframework
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenhax committed May 16, 2016
1 parent 8778da8 commit 3fea42e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions modules/reporting/dradisframework.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,16 @@
INSTALL_TYPE="GIT"

# LOCATION OF THE FILE OR GIT/SVN REPOSITORY
REPOSITORY_LOCATION="https://github.com/dradis/dradisframework.git"
REPOSITORY_LOCATION="https://github.com/dradis/dradis-ce.git"

# WHERE DO YOU WANT TO INSTALL IT
INSTALL_LOCATION="dradisframework"

# DEPENDS FOR DEBIAN INSTALLS
DEBIAN="ruby2.3,ruby-rails,git,libsqlite-dev"
DEBIAN="git,ruby2.3,ruby-dev,ruby-rails,git,libmysqlclient-dev,libsqlite3-dev"

# DEPENDS FOR FEDORA INSTALLS
FEDORA="git,ruby,rubygem-rails,git,libsqlite3x-devel"

# COMMANDS TO RUN AFTER
AFTER_COMMANDS="cd {INSTALL_LOCATION},gem install bundler,ruby bin/setup,exit"

AFTER_COMMANDS="cd {INSTALL_LOCATION},mkdir dradis-server,mv * dradis-server,cd dradis-server,cd bin,gem install bundler,gem install ruby-nmap,./setup,./bundle install,./setup"

0 comments on commit 3fea42e

Please sign in to comment.