Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.01 KB

File metadata and controls

26 lines (19 loc) · 1.01 KB

Fuzzrake

See getfursu.it/info

Related repositories

Requirements

  • Docker w/Compose plugin
  • ACL-enabled filesystem
  • Yarn

Quickstart

  • Clone
  • ./toolbox branch
  • ./toolbox console doctrine:schema:create
  • openssl genrsa -out var/dkim_testing_private_key.pem -aes256 -passout pass:dkim-testing-private-key-passphrase 2048
  • http://localhost:8080/ should now respond
  • ./toolbox docker-up (NOTE: this will leave Fuzzrake running in the background, use docker-down later to stop)
  • Tests should now pass: ./toolbox pu (or pus - short, pum - medium, pul - large)
  • ./toolbox console app:user:create your-email-address@example.com --verified --admin
    • NOTE: the email in the command arguments, and the password in the command output are now your DEV admin credentials.