Skip to content

Running the beast

Ohpe edited this page Nov 28, 2020 · 2 revisions

Running the beast

Muraena comes with a Makefile, so just:

make build

After you go build, make sure the certs are there, set the 'destination' in the default config file in config/config.json, then just start it:

sudo ./muraena

The target destination is crawled, and a new config file is created based on the name of the destination configuration option.

You can already proxy through Muraena at this stage, but it is recommended that you double-check the generated configuration to see if the crawler did not miss any important origins which are external to your main proxied domain.

Once you are satisfied with the generated config file, start with: sudo ./muraena -c your_config.toml

Clone this wiki locally