Adding new projects (for evaluation purposes) in the Docker version

Hi! I’m new to Asqatasun. To evaluate its features and test results, I installed the Docker image on macOS. It was really easy to install and I understand that all data is lost when the virtual machine is restarted. However I’m not sure if this is on purpose or not, but I’m not able to add a new project in this version of Asqatasan. I see the pre-configured projects (Wikipedia etc.) and I can re-run an audit on these sites, but I’d like to add some other URLs to see what comes out when I run tests on these. Is that possible with the Docker version at all?

Thanks!
Roel

1 Like

hi @roelvangils

for adding new projects: :gear:


Can you test the --restart always option with docker on your macOS?

docker run --name asqatasun --restart always -d -p 8080:8080  asqatasun/asqatasun

Thanks for you quick reply, @fabrice! I didn’t ‘Add contract’ is the way to add a new website. But now it makes perfect sense! :slight_smile: I’m excited about the tool so far. I’ll let you know if I have any more questions!

2 Likes