{"id":21171319,"url":"https://github.com/navinspm/capistrano-sunspot","last_synced_at":"2025-07-09T19:32:51.923Z","repository":{"id":62555058,"uuid":"81528174","full_name":"navinspm/capistrano-sunspot","owner":"navinspm","description":"Sunspot specific tasks for Capistrano v3","archived":false,"fork":false,"pushed_at":"2020-10-04T11:28:41.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-27T09:19:08.450Z","etag":null,"topics":["capistrano","hacktoberfest","ruby"],"latest_commit_sha":null,"homepage":"","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/navinspm.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-02-10T04:56:25.000Z","updated_at":"2020-10-04T11:28:43.000Z","dependencies_parsed_at":"2022-11-03T05:30:47.219Z","dependency_job_id":null,"html_url":"https://github.com/navinspm/capistrano-sunspot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/navinspm/capistrano-sunspot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navinspm%2Fcapistrano-sunspot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navinspm%2Fcapistrano-sunspot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navinspm%2Fcapistrano-sunspot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navinspm%2Fcapistrano-sunspot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/navinspm","download_url":"https://codeload.github.com/navinspm/capistrano-sunspot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navinspm%2Fcapistrano-sunspot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502490,"owners_count":23618617,"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":["capistrano","hacktoberfest","ruby"],"created_at":"2024-11-20T16:04:09.241Z","updated_at":"2025-07-09T19:32:51.626Z","avatar_url":"https://github.com/navinspm.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Capistrano::Sunspot\n\nSunspot specific tasks for Capistrano v3:\n\n  - `cap sunspot:start`\n  - `cap sunspot:stop`\n  - `cap sunspot:reindex`\n  - `cap sunspot:restart`\n\n## Installation\n\nAdd these lines to your application's Gemfile:\n\n```ruby\ngroup :development do\n  gem 'capistrano'\n  gem 'capistrano-sunspot'\nend\n```\n\nRun the following command to install the gems:\n\n```\nbundle install\n```\n\nThen run the generator to create a basic set of configuration files:\n\n```\nbundle exec cap install\n```\n\n## Usage\n\nRequire capistrano sunspot :\n\n```ruby\n# Capfile\nrequire 'capistrano/capistrano-sunspot'\n```\n\n\nPlease note that any `require`s should be placed in `Capfile`, not in `config/deploy.rb`.\n\nYou can tweak some Rails-specific options in `config/deploy.rb`:\n\n```ruby\n\n\n\n### Symlinks\n\nYou'll probably want to symlink sunspot shared files and directories like `solr`.\nMake sure you enable it by setting `linked_dirs` and `linked_files` options:\n\n```ruby\n# deploy.rb\nset :linked_dirs, fetch(:linked_dirs, []).push('solr')\n\n```\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%2Fnavinspm%2Fcapistrano-sunspot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavinspm%2Fcapistrano-sunspot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavinspm%2Fcapistrano-sunspot/lists"}