{"id":21108725,"url":"https://github.com/lifull-dev/bucky-management","last_synced_at":"2025-06-26T12:32:02.645Z","repository":{"id":43323672,"uuid":"177981484","full_name":"lifull-dev/bucky-management","owner":"lifull-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-11T06:37:56.000Z","size":599,"stargazers_count":11,"open_issues_count":2,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T08:45:42.544Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lifull-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-03-27T11:37:30.000Z","updated_at":"2025-04-11T06:38:01.000Z","dependencies_parsed_at":"2024-08-21T09:29:40.964Z","dependency_job_id":"7851961f-c298-43c8-a7e2-ebacb168f3dd","html_url":"https://github.com/lifull-dev/bucky-management","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lifull-dev/bucky-management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifull-dev%2Fbucky-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifull-dev%2Fbucky-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifull-dev%2Fbucky-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifull-dev%2Fbucky-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lifull-dev","download_url":"https://codeload.github.com/lifull-dev/bucky-management/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lifull-dev%2Fbucky-management/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262068103,"owners_count":23253733,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T00:48:27.141Z","updated_at":"2025-06-26T12:32:02.622Z","avatar_url":"https://github.com/lifull-dev.png","language":"Ruby","readme":"# Bucky-Management\n![logo](docs/assets/Bucky-Management.png)\n[![Maintainability](https://api.codeclimate.com/v1/badges/aaeb28e229926007442b/maintainability)](https://codeclimate.com/github/lifull-dev/bucky-management/maintainability)\n\n## Overview\nBucky-management is a web application that shows test result executed by [Bucky-core](https://github.com/lifull-dev/bucky-core).\n\n## Getting Started\nWe prepare three docker-compose files to start up Bucky-managemnt.\n- **docker-compose.yml**: Base compose file for production\n- **docker-compose.with_mysql.yml**: Compose file for adding a DB container\n- **docker-compose.dev.yml**: Compose file for development\n\n## Starting in production environment\n### Set environment variables\nSet DB name if you start Bucky-management first time:\n```bash\nexport BUCKY_DB_NAME=${BUCKY_DB_NAME}\n\n# Set connecting info for external DB.\n# Ignore these if you are going to use mysql container.\nexport BUCKY_DB_USERNAME=${BUCKY_DB_USERNAME}\nexport BUCKY_DB_PASSWORD=${BUCKY_DB_PASSWORD}\nexport BUCKY_DB_HOSTNAME=${BUCKY_DB_HOSTNAME}\n```\n\n### Build and start Bucky-management\n```bash\n# Start only Bucky-management. (Make sure you have prepared an external DB)\ndocker-compose up --build -d\n\n# Start with mysql DB container\ndocker-compose -f docker-compose.yml -f docker-compose.with_mysql.yml up --build -d\n```\n\n### Migration database and table\n```bash\n# Create DB if you start Bucky-management first time.\ndocker exec -it bm-app rails db:create\n# Do this if new migration file is added.\ndocker exec -it bm-app rails db:migrate\n```\n### Publish secret key base and set to environment variables\n```bash\nexport SECRET_KEY_BASE=$(docker exec -it bm-app rake secret)\n\n# Restart Bucky-management to reflect environment variables\ndocker-compose up --build -d\n# Restart with mysql DB container\ndocker-compose -f docker-compose.yml -f docker-compose.with_mysql.yml up --build -d\n```\n\n## Starting in development environment\n\n### Build and start Bucky-management\n```bash\n# Start Bucky-management in development with mysql DB container\ndocker-compose -f docker-compose.yml -f docker-compose.dev.yml -f docker-compose.with_mysql.yml up --build -d\n```\n\n### Migration database and table\n```bash\n# Create DB if you start Bucky-management first time.\ndocker exec -it bm-app rails db:create\n# Do this if new migration file is added.\ndocker exec -it bm-app rails db:migrate\n```\n\n## Check your Bucky-management dashboard\nhttp://localhost\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flifull-dev%2Fbucky-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flifull-dev%2Fbucky-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flifull-dev%2Fbucky-management/lists"}