{"id":13684283,"url":"https://github.com/jadb/capcake","last_synced_at":"2025-04-09T12:06:52.383Z","repository":{"id":724900,"uuid":"372757","full_name":"jadb/capcake","owner":"jadb","description":"Deploy CakePHP applications using Capistrano","archived":false,"fork":false,"pushed_at":"2017-08-20T16:54:18.000Z","size":60,"stargazers_count":113,"open_issues_count":2,"forks_count":22,"subscribers_count":8,"default_branch":"3.0","last_synced_at":"2025-04-02T10:13:30.721Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://github.com/jadb/capcake","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/jadb.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}},"created_at":"2009-11-14T14:10:11.000Z","updated_at":"2024-11-26T01:03:01.000Z","dependencies_parsed_at":"2022-07-07T15:08:27.572Z","dependency_job_id":null,"html_url":"https://github.com/jadb/capcake","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadb%2Fcapcake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadb%2Fcapcake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadb%2Fcapcake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jadb%2Fcapcake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jadb","download_url":"https://codeload.github.com/jadb/capcake/tar.gz/refs/heads/3.0","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036063,"owners_count":21037092,"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-02T14:00:31.829Z","updated_at":"2025-04-09T12:06:52.364Z","avatar_url":"https://github.com/jadb.png","language":"Ruby","funding_links":[],"categories":["Libs"],"sub_categories":[],"readme":"# Capistrano::cakephp\n\n[![Project Status](https://stillmaintained.com/jadb/capcake.svg)](https://stillmaintained.com/jadb/capcake)\n\nDeploy CakePHP applications with Capistrano v3.*\n\nIMPORTANT: Tested with CakePHP 3 thus far, but should work for CakePHP 2 that uses composer.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'capistrano', '~\u003e 3.0.0'\ngem 'capcake', '~\u003e 3.0.0'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install capcake\n\nAt this point, you can install capistrano:\n\n    $ cap install\n\nThis will create the required files in your `ROOT/config` directory\n\nAt any time, for help:\n\n    $ cap -T\n\n### Suggestions\n\nAdd `.capistrano` to your `.gitignore`:\n\n```\necho .capistrano/* \u003e\u003e .gitignore\n```\n\n## Usage\n\nRequire the module in your `Capfile`:\n\n```ruby\nrequire 'capistrano/cakephp'\n```\n\nSome extras:\n\n```ruby\nrequire 'capistrano/cakephp/assets'\nrequire 'capistrano/cakephp/migrations'\n```\n\n### Configuration\n\nThe gem makes the following configuration variables available (shown with defaults)\n\n```ruby\nset :cakephp_roles, :all\nset :cakephp_flags, ''\nset :cakephp_user, 'www-data'\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjadb%2Fcapcake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjadb%2Fcapcake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjadb%2Fcapcake/lists"}