Submitted by: Dax Labrador <semprix _at_ bsdmail.org> Approved by: glarkin (mentor) dradis is an open source framework to enable effective information sharing. dradis is a self-contained web application that provides a centralised repository of information to keep track of what has been done so far, and what is still ahead. Features include: * Easy report generation. * Support for attachments. * Integration with existing systems and tools through server plugins. * Platform independent. WWW: http://dradisframework.org/
14 lines
458 B
Text
14 lines
458 B
Text
================================================================
|
|
|
|
dradis uses SQLite as default database backend.
|
|
|
|
For other databases such as MySQL configure the file
|
|
%%PREFIX%%/dradis/server/config/database.yml
|
|
|
|
The (SQLite) database can be initialized with the command
|
|
%%PREFIX%%/etc/rc.d/dradis initdb
|
|
|
|
For more information see:
|
|
http://dradisframework.org/configure.html
|
|
|
|
================================================================
|