{"id":19903380,"url":"https://github.com/zdavatz/ydim","last_synced_at":"2025-10-28T08:10:26.548Z","repository":{"id":56899083,"uuid":"45184897","full_name":"zdavatz/ydim","owner":"zdavatz","description":"ywesee distributed invoice manager","archived":false,"fork":false,"pushed_at":"2023-12-28T07:14:43.000Z","size":156,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-17T18:03:19.535Z","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":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zdavatz.png","metadata":{"files":{"readme":"readme.md","changelog":"History.txt","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2015-10-29T13:30:08.000Z","updated_at":"2023-03-08T01:43:30.000Z","dependencies_parsed_at":"2025-05-03T00:31:01.069Z","dependency_job_id":"f4e85a1f-890d-410c-927b-f842948e2738","html_url":"https://github.com/zdavatz/ydim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zdavatz/ydim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdavatz%2Fydim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdavatz%2Fydim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdavatz%2Fydim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdavatz%2Fydim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zdavatz","download_url":"https://codeload.github.com/zdavatz/ydim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zdavatz%2Fydim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281403651,"owners_count":26495089,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12T20:23:25.266Z","updated_at":"2025-10-28T08:10:26.514Z","avatar_url":"https://github.com/zdavatz.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ydim\n\n* https://github.com/zdavatz/ydim.git\n\n## DESCRIPTION:\n\nywesee distributed invoice manager, Ruby\n\n## Install Ruby\n\n* git clone https://github.com/rbenv/rbenv.git ~/.rbenv\n* echo 'eval \"$(~/.rbenv/bin/rbenv init - bash)\"' \u003e\u003e ~/.bashrc\n* git clone https://github.com/rbenv/ruby-build.git \"$(rbenv root)\"/plugins/ruby-build\n\n## Install Postgresql\n```\n* sudo apt-get install postgresql-10 postgresql-contrib-10\n* wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -\n* sudo echo \"deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main\" | sudo tee /etc/apt/sources.list.d/postgresql-pgdg.list \u0026gt; /dev/null\n* sudo apt-get install postgresql-10\n* sudo -u postgres psql -c 'create role ydim;'\n* sudo su\n* su - postgres\n* dropdb ydim\n* createdb ydim\n* -\u003e check DB\n* psql\n*  \\l\n* bzcat 22:00-postgresql_database-ydim-backup.bz2 | sudo -u postgres psql -p 5433 ydim\n```\n## INSTALL:\n\n* gem install ydim\n\nIf you have a non standard path of postgres use something like\n\n* gem install pg -- --with-pg-config=/usr/local/pgsql-10.1/bin/pg_config\n\nOr if you are using bundler\n\n* bundle config build.pg --with-pg-config=/usr/local/pgsql-10.1/bin/pg_config\n* bundle install\n\n## Migrating an old database\n\nAn old database can be migrated to UTF-8 by calling\n\n    bundle install --path vendor\n    bundle exec bin/migrate_to_utf_8\n\n## DEVELOPERS:\n\n* Masaomi Hatakeyama\n* Zeno R.R. Davatz\n* Hannes Wyss (up to Version 1.0)\n* Niklaus Giger (ported to Ruby 2.3.0)\n\n## LICENSE:\n\n* GPLv2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdavatz%2Fydim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzdavatz%2Fydim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzdavatz%2Fydim/lists"}