{"id":24502750,"url":"https://github.com/sul-dlss/capistrano-shared_configs","last_synced_at":"2025-10-06T19:24:07.157Z","repository":{"id":11231353,"uuid":"68857178","full_name":"sul-dlss/capistrano-shared_configs","owner":"sul-dlss","description":"A capistrano extension that provides tasks to manage DLSS Shared Configs.","archived":false,"fork":false,"pushed_at":"2022-07-26T18:04:08.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-01-21T23:13:31.325Z","etag":null,"topics":["access","deployment","gem","infrastructure"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sul-dlss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-21T21:00:37.000Z","updated_at":"2022-07-26T18:04:11.000Z","dependencies_parsed_at":"2022-08-07T06:01:16.912Z","dependency_job_id":null,"html_url":"https://github.com/sul-dlss/capistrano-shared_configs","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sul-dlss%2Fcapistrano-shared_configs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sul-dlss%2Fcapistrano-shared_configs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sul-dlss%2Fcapistrano-shared_configs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sul-dlss%2Fcapistrano-shared_configs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sul-dlss","download_url":"https://codeload.github.com/sul-dlss/capistrano-shared_configs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243701464,"owners_count":20333631,"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":["access","deployment","gem","infrastructure"],"created_at":"2025-01-21T23:13:49.100Z","updated_at":"2025-10-06T19:24:02.099Z","avatar_url":"https://github.com/sul-dlss.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capistrano::SharedConfigs\n\nThis gem provides capistrano tasks to pull the latest configs from the shared configs branch and update the symlinks in the shared directory.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'capistrano-shared_configs'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install capistrano-shared_configs\n\n## Usage\n\nIt depends on another agent (i.e. puppet) to get the shared_configs branch onto the server.\n\nThe tasks can be made available to your capistrano deploy environments by requiring `capistrano/shared_configs` in your `Capfile`.\n\nThe three tasks made available to you are\n\n```\ncap shared_configs:check\ncap shared_configs:pull\ncap shared_configs:symlink\ncap shared_configs:update\n```\n\n`shared_configs:update` simply calls `pull` and then `symlink` and is intended to provide a simple single command.\n\nThis can be added into your deployment workflow to automatically pull and symlink shared configs into your capistrano shared directories, or alternatively just run manually from the command line.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/sul-dlss/capistrano-shared_configs.\n\n\n## License\n\nThe gem is available as open source under the terms of the [Apache 2.0 License](https://opensource.org/licenses/apache-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsul-dlss%2Fcapistrano-shared_configs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsul-dlss%2Fcapistrano-shared_configs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsul-dlss%2Fcapistrano-shared_configs/lists"}