0. Why Broke?
- Broke is a simple and lightweight ticket management system designed for small teams and personal projects.
- It allows users to easily report issues, track progress, and manage tasks without the complexity of larger
systems.
- It also ships with an error managing system compliant with Sentry's SDK.
- It is free and open source.
- It is simple and focused
1. Install using Docker
git clone https://github.com/valteryde/broke.git
And change the directory:
cd broke
Finally, run the following command to start Broke using Docker Compose:
docker-compose up -d
2. Set up your first user
To create your first admin user, run the following command:
docker-compose exec broke
Then, inside the container, run:
python cli.py create-user <username> <password> <isAdmin>