Let's perform the following steps:
- Install the dependencies by running the following commands:
apt-get install libsqlite3-devapt-get install libmariadbclient-dev-compatapt-get install mariadb-client-10.1apt-get install mariadb-server-10.1apt-get install redis-server
- Use the following command:
git clone https://github.com/dradis/dradis-ce.git
The following screenshot shows the output of the preceding command:
- Change the directory:
cd dradis-ce/
- Run the following command:
bundle install -path PATH/TO/DRADIS/FOLDER
The following screenshot shows the output of the preceding command:
- Run the following command:
./bin/setup ...