Install and setup

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

  1. download and install ruby.
  2. get SQLite3 (recommended) or other database software of your choice.
  3. download the required ruby gems:
    1. sqlite3-ruby (version 1.2.1)
    2. wxruby (version 1.9.4)
  4. download, configure and launch dradis.

Because some details depend on the platform of your choice, step-by-step guides are provided for:

Note on SQLite3

We are using SQLite3 as the backend database because it is the easier engine to install. 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.