Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 1.14 KB

Resources

  • docs - detailed documentation about this project (needs updating).
  • forum - general discussion.

Reporting Bugs

Reporting Security Issues

  • Use the contact form to report a vulnerability.
  • Or send an encrypted email to security_at_anuko_dot_com. Public key to be published soon.

Setting up a Dev Environment

Docker users: install both docker and docker-compose, then run a dev instance:

docker-compose up

Navigate to: http://localhost:8080 to use Time Tracker. Default credentials for initial login are:

usr: admin
psw: secret

Without docker, perform a manual install of a web server, php, database server, and Time Tracker. Full installation and setup guide can be found here.