Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pat/captest
Testing Thinking Sphinx with Cap v3 via Vagrant
https://github.com/pat/captest
Last synced: 28 days ago
JSON representation
Testing Thinking Sphinx with Cap v3 via Vagrant
- Host: GitHub
- URL: https://github.com/pat/captest
- Owner: pat
- Created: 2014-01-11T00:15:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T23:51:37.000Z (over 4 years ago)
- Last Synced: 2023-04-09T05:11:48.628Z (over 1 year ago)
- Language: Ruby
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Testing Thinking Sphinx and Capistrano using Vagrant
I've put this together to confirm that the provided Capistrano tasks in Thinking Sphinx v3 work with Capistrano v3. It uses Vagrant to set up an Ubuntu machine locally via VirtualBox, and then you can deploy and run the TS tasks appropriately:
```term
$ git clone git://github.com/pat/captest.git
$ cd captest
$ vagrant up
$ bundle
$ cap production deploy
$ cap production thinking_sphinx:rebuild
```