Skip to Content
Getting StartedRunning

Running

To run bugzkit locally, all you need is Docker. Follow these steps:

git clone https://github.com/while1618/bugzkit.git cd bugzkit docker-compose up --build -d

Access the application at these URLs:

Note: Email functionalities (e.g., account confirmation, password reset) won’t work without configuring SMTP. Check the Environment Variables section for the setup.

Default Login Credentials

  • Username: user/admin
  • Password: qwerty123
Last updated on