sphinx search config scripts

I just finished converting the bikesoup search to use the sphinx search engine instead of a simple doctrine fulltext search with filters. One thing I found helpful are sphinx config scripts. Instead of hard-coding the configuration you can use any scripting language to produce the sphinx configuration. They just have to start with #! and sphinx will execute them and use the output as the configuration. This is the simplified version of my main config file /etc/sphinx/sphinx.conf: ...

February 13, 2011 · 1 min · Christof Damian
git workflow for the bikesoup project

git workflow for the bikesoup project

I have been one of the many converts to git and try to use it whenever possible. So far this has been mostly for smaller project, open source projects, Fedora and a little bit at work. bikesoup is my first bigger project using git. I started with initial development on the master branch and created feature branches which got merged back into master. Before going live for the first time I created a live branch. This is pretty much what you would do in subversion too, maybe with the exception of any feature branches. ...

October 2, 2010 · 3 min · Christof Damian
bikesoup

bikesoup

Yesterday one of my side projects went live: www.bikesoup.co.uk . Last December Anthony approached me about doing the site and I agreed to work on it in my free time. It took a while, but this included finding a designer ( d2tstudio ), going through the process of finding a feature set for the launch and the programming. And all of this while I started my new proper job at Softonic, which means I didn’t really have as much time to invest in it as I would have liked. ...

September 26, 2010 · 2 min · Christof Damian