Dradis

De Linuxmemo.

Voir: Magictree

http://dradisframework.org

[modifier] Install

apt-get install ruby irb rdoc ruby1.8-dev libopenssl-ruby rubygems
apt-get install libsqlite3-0 libsqlite3-dev
gem install bundler
reset.sh
start.sh

ou

git clone https://github.com/dradis/dradis-ce.git dradis-ce
./bin/setup
./bin/rails server
https://localhost:3000

[modifier] db mysql

cd server/config
cp database.yml.template database.yml
vim database.yml

adapter: mysql
database: dradis
username: root
password:
# You may need to adjust the value below to your platform/distribution default.
# See MySQL documentation for more information.
socket: /var/run/mysqld/mysqld.sock
Outils personnels