Skip to content

lifull-dev/bucky-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

311 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bucky-Management

logo Maintainability

Overview

Bucky-management is a web application that shows test results executed by Bucky-core.

Quick Start

Development Environment

Apple Silicon Mac (M1/M2/M3):

export $(cat .env.development | xargs)
docker-compose -f docker-compose.yml -f docker-compose.dev.yml -f docker-compose.with_mysql.arm.yml up -d
docker exec -it bm-app rails db:create db:migrate

Access: http://localhost:3000

Intel Mac:

export $(cat .env.development | xargs)
docker-compose -f docker-compose.yml -f docker-compose.dev.yml -f docker-compose.with_mysql.yml up -d
docker exec -it bm-app rails db:create db:migrate

Access: http://localhost:3000

Production Environment

# Set environment variables
export BUCKY_DB_NAME=bucky_production
export BUCKY_DB_USERNAME=your_username
export BUCKY_DB_PASSWORD=your_password
export BUCKY_DB_HOSTNAME=your_db_host
export SECRET_KEY_BASE=$(docker exec -it bm-app rake secret)

# Start with external DB
docker-compose up --build -d

# Or start with MySQL container (Intel Mac)
docker-compose -f docker-compose.yml -f docker-compose.with_mysql.yml up --build -d

# Initialize database
docker exec -it bm-app rails db:create db:migrate

Access: http://localhost

Documentation

Requirements

  • Docker Desktop
  • Docker Compose v2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9