Dradis
De Linuxmemo.
(Différences entre les versions)
(→Install) |
|||
Ligne 10 : | Ligne 10 : | ||
reset.sh | reset.sh | ||
start.sh | start.sh | ||
+ | |||
+ | ou | ||
+ | |||
+ | git clone https://github.com/dradis/dradis-ce.git dradis-ce | ||
+ | |||
https://localhost:3004 | https://localhost:3004 |
Version du 15 juillet 2020 à 11:49
Voir: Magictree
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
https://localhost:3004
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