Dradis
De Linuxmemo.
(Différences entre les versions)
(→Install) |
|||
Ligne 15 : | Ligne 15 : | ||
git clone https://github.com/dradis/dradis-ce.git dradis-ce | git clone https://github.com/dradis/dradis-ce.git dradis-ce | ||
- | + | ./bin/setup | |
- | + | ./bin/rails server | |
- | https://localhost: | + | https://localhost:3000 |
==db mysql== | ==db mysql== |
Version actuelle en date du 15 juillet 2020 à 12:08
Voir: Magictree
[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