README.textile in freelancing-god-thinking-sphinx-1.1.21 vs README.textile in freelancing-god-thinking-sphinx-1.1.22
- old
+ new
@@ -23,15 +23,22 @@
git clone git://github.com/freelancing-god/ginger.git
cd ginger
rake gem
sudo gem install pkg/ginger-1.1.0.gem
+
+Alternatively, install the ginger gem directly from the freelancing-god github repository
+ sudo gem sources -a http://gems.github.com
+ sudo gem install freelancing-god-ginger
+
Then set up your database:
cp spec/fixtures/database.yml.default spec/fixtures/database.yml
mysqladmin -u root create thinking_sphinx
+
+This last step can be done automatically by the contribute.rb script if all dependencies are met.
Make sure you don't have another Sphinx daemon (searchd) running. If you do, quit it with "rake ts:stop"
in the app root.
You should now have a passing test suite from which to build your patch on.
@@ -130,5 +137,7 @@
* Anderson Dias
* Jerome Riga
* Tien Dung
* Johannes Kaefer
* Paul Campbell
+* Matthew Beale
+* Tom Simnett