{"id":13818283,"url":"https://github.com/hyperoslo/capistrano-foreman","last_synced_at":"2025-04-04T14:09:11.141Z","repository":{"id":45083901,"uuid":"4647658","full_name":"hyperoslo/capistrano-foreman","owner":"hyperoslo","description":"Capistrano tasks for foreman and upstart.","archived":false,"fork":false,"pushed_at":"2023-04-21T20:03:34.000Z","size":56,"stargazers_count":135,"open_issues_count":9,"forks_count":58,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-28T13:10:26.302Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperoslo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2012-06-13T07:28:17.000Z","updated_at":"2024-10-25T16:13:58.000Z","dependencies_parsed_at":"2024-04-12T00:41:17.049Z","dependency_job_id":"6c75e474-ff37-4c8a-a311-63f0ed8bd391","html_url":"https://github.com/hyperoslo/capistrano-foreman","commit_stats":{"total_commits":84,"total_committers":23,"mean_commits":3.652173913043478,"dds":0.7023809523809523,"last_synced_commit":"4c08afc005de4f04000e7678b781671cb4360c56"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2Fcapistrano-foreman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2Fcapistrano-foreman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2Fcapistrano-foreman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperoslo%2Fcapistrano-foreman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperoslo","download_url":"https://codeload.github.com/hyperoslo/capistrano-foreman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247190253,"owners_count":20898702,"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-08-04T07:00:39.816Z","updated_at":"2025-04-04T14:09:11.124Z","avatar_url":"https://github.com/hyperoslo.png","language":"Ruby","readme":"# Capistrano Foreman\n\n[![Code Climate](https://img.shields.io/codeclimate/github/hyperoslo/capistrano-foreman.svg?style=flat)](https://codeclimate.com/github/hyperoslo/capistrano-foreman)\n\nCapistrano tasks for foreman and upstart/systemd.\n\n## Installation\n\n    $ gem install capistrano-foreman\n\nAdd this to your `Capfile`:\n\n```ruby\nrequire 'capistrano/foreman'\n\n# Default settings\nset :foreman_use_sudo, false # Set to :rbenv for rbenv sudo, :rvm for rvmsudo or true for normal sudo\nset :foreman_roles, :all\nset :foreman_init_system, 'upstart'\nset :foreman_export_path, -\u003e{ File.join(Dir.home, '.init') }\nset :foreman_app, -\u003e { fetch(:application) }\nset :foreman_app_name_systemd, -\u003e { \"#{ fetch(:foreman_app) }.target\" }\nset :foreman_options, -\u003e{ {\n  app: application,\n  log: File.join(shared_path, 'log')\n} }\n```\n\nSee [exporting options](http://ddollar.github.io/foreman/#EXPORTING) for an exhaustive list of foreman options.\n\n## Usage\n\nExport Procfile to upstart/systemd:\n\n    $ bundle exec cap production foreman:export\n\nRestart the application services:\n\n    $ bundle exec cap production foreman:restart\n\n## Credits\n\nHyper made this. We're a digital communications agency with a passion for good code,\nand if you're using this library we probably want to hire you.\n","funding_links":[],"categories":["Awesome Capistrano"],"sub_categories":["Gems"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperoslo%2Fcapistrano-foreman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperoslo%2Fcapistrano-foreman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperoslo%2Fcapistrano-foreman/lists"}