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 -f docker-compose.dev.yml up --build -d

Access the application at these URLs:

Note: SMTP and Google OAuth require configuration. Refer to the Environment Variables section for setup.

Default Login Credentials

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