Install and setup

In order to get Dradis up and running you will need to follow these steps:-

  1. Install the dependencies
  2. Download Dradis
  3. Configure and launch

Install guides

Linux

Windows

There is a one-click installer that will install the prerequisites and configure Dradis for you.

Mac

FreeBSD

Backend Database: A Note on SQLite3

We are using SQLite3 as the backend database because it is the easier engine to install (basically your database will be stored in a single file, which is good for creating backups for instance).

However, it should be noted that other databases are supported. Please refer to the DatabaseDrivers page of the Ruby on Rails wiki for a comprehensive list of supported drivers.