Hi everyone! We would like to let you know that we are now offering new deployment options for Dradis CE ![]()
Version 4.18.0 is up on Docker Hub and we have a new command line interface that streamlines deployment on a remote server.
You can spin up a production instance, including a Let’s Encrypt certificate using the following set of commands:
Step 1: Download dradis-cli
curl -sSLOJ https://dradis.new/install
Step 2: Run dradis-cli, passing in your domain name
./dradis-cli dradis.example.com
Alternatively, you can spin up an instance locally:
docker image pull dradis/dradis-ce:latest
docker run -it -p 3000:80 dradis/dradis-ce
More info on Docker deployment options can be found here
Please let our team know if you have any questions