Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 487 Bytes

development.md

File metadata and controls

14 lines (9 loc) · 487 Bytes

Development

Before you begin development, please be sure to read the architecture and deployment documentation.

Testing

You can run the dojo CI testcases locally using test/local-tester.sh.

Adding a config entry

  1. Add it with a reasonable default in dojo/dojo-init
  2. Propagate it to the relevant containers (typically ctfd) in docker-compose.sh
  3. Load it into a global in dojo_plugin/config.py
  4. Import it appropriately