# opbeans-ruby **Repository Path**: mirrors_elastic/opbeans-ruby ## Basic Information - **Project Name**: opbeans-ruby - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://github.com/elastic/opbeans-ruby/actions/workflows/test.yml/badge.svg)](https://github.com/elastic/opbeans-ruby/actions/workflows/test.yml) # README This README would normally document whatever steps are necessary to get the application up and running. Things you may want to cover: * Ruby version * System dependencies * Configuration * Database creation * Database initialization * How to run the test suite * Services (job queues, cache servers, search engines, etc.) * Deployment instructions * ... ## Testing locally The simplest way to test this demo is by running: ```bash make test ``` Tests are written using [bats](https://github.com/sstephenson/bats) under the tests dir ## Publishing to dockerhub locally Publish the docker image with ```bash VERSION=1.2.3 make publish ``` NOTE: VERSION refers to the tag for the docker image which will be published in the registry