{"id":20881977,"url":"https://github.com/5xruby/daikichi","last_synced_at":"2025-05-12T17:31:07.865Z","repository":{"id":9730944,"uuid":"63141282","full_name":"5xRuby/daikichi","owner":"5xRuby","description":"HR system","archived":false,"fork":false,"pushed_at":"2024-08-16T03:26:32.000Z","size":1035,"stargazers_count":22,"open_issues_count":44,"forks_count":16,"subscribers_count":10,"default_branch":"development","last_synced_at":"2024-08-16T04:36:00.600Z","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/5xRuby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2016-07-12T08:38:38.000Z","updated_at":"2024-08-16T04:36:12.303Z","dependencies_parsed_at":"2024-08-16T04:53:25.334Z","dependency_job_id":null,"html_url":"https://github.com/5xRuby/daikichi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5xRuby%2Fdaikichi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5xRuby%2Fdaikichi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5xRuby%2Fdaikichi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5xRuby%2Fdaikichi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5xRuby","download_url":"https://codeload.github.com/5xRuby/daikichi/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225144648,"owners_count":17427846,"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-18T07:28:30.042Z","updated_at":"2024-11-18T07:28:30.745Z","avatar_url":"https://github.com/5xRuby.png","language":"Ruby","readme":"[![Build Status](https://travis-ci.org/5xRuby/daikichi.svg?branch=development)](https://travis-ci.org/5xRuby/daikichi) [![Code Climate](https://codeclimate.com/github/5xRuby/daikichi/badges/gpa.svg)](https://codeclimate.com/github/5xRuby/daikichi) [![Test Coverage](https://codeclimate.com/github/5xRuby/daikichi/badges/coverage.svg)](https://codeclimate.com/github/5xRuby/daikichi/coverage)\n# Requirements\n\n* Ruby 2.6.3\n* Rails 5.2.3\n* Postgresql 9.4.4\n\n# Installation\n\n```\n$ git clone git@github.com:5xruby/daikichi.git\n$ cd daikichi\n\n# generate key with rake secret\n$ cp config/secrets.yml.sample config/secrets.yml\n\n$ cp config/application.yml.sample config/application.yml\n$ cp config/database.yml.sample config/database.yml\n\n$ bundle install\n$ bundle exec rake db:create\n$ bundle exec rake db:migrate\n```\n\n# Keycloak Configure\n\n1. Create an `Client` in Keycloak\n2. Set `Access Type` to `Cofidential` to prevent public access\n3. Copy `token` from `Credentials` tab as `secret_key`\n\n# Optional\n\n\n## pow + byebug\n\n```\n# install pow\n$ curl get.pow.cx | sh\n\n# http://daikichi.dev\n$ gem install powder\n$ powder link\n\n# export BYEBUGPORT={port}\n$ cp .powenv.sample .powenv\n$ bundle exec byebug -R localhost:{port}\n```\n\n## populate user data (development)\n\n```\n# lib/tasks/users.csv\n$ rake import_data:users\n```\n\n## populate leave time data\n\n```\n$ rake leave_time:init\n```\n\n## populate holiday data\n\n```\n$ rake holiday:build\n```\n\n## customization\n\n```\n# config/locales/meta_data.[locale].yml\nmisc:\n  app_title: \"your app title\"\n  company_name: \"your company name\"\n```\n\n## coding style\n\n```\n$ gem install rubocop\n$ rubocop\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5xruby%2Fdaikichi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5xruby%2Fdaikichi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5xruby%2Fdaikichi/lists"}