Install and setup
In order to get dradis up and running you will need to follow these steps:-
- download and install ruby.
- get SQLite3 (recommended) or other database software of your choice.
- download the required ruby gems:
- sqlite3-ruby (version 1.2.1)
- wxruby (version 1.9.4)
- download, configure and launch dradis.
Because some details depend on the platform of your choice, step-by-step guides are provided for:
- Linux
- Windows (have you tried the one-click installer?)
- Mac (coming soon)
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.
