Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```