Xapian & Ruby Enterprise in Ubuntu
How to fix ‘No Ruby bindings for Xapian installed’ on Ubuntu after upgrading to RubyEnterprise
In: Ruby on Rails · Tagged with: Ruby, ruby enterprise, Ubuntu 9.04, xap, Xapian
Install Xapian on Mac – Text Search in real time
I installed xapian today on a Mac 10.5.7 and it worked seamlessly, so I’m just passing on the goodies that are xapian. Generally you won’t need to install xapian on a Mac unless it is Dev work. http://wiki.github.com/robertbrook/kb/xapian-install-on-mac-osx curl -O http://oligarchy.co.uk/xapian/1.0.7/xapian-core-1.0.7.tar.gz curl -O http://oligarchy.co.uk/xapian/1.0.7/xapian-bindings-1.0.7.tar.gz tar xvzf xapian-core-1.0.7.tar.gz tar xvzf xapian-bindings-1.0.7.tar.gz cd xapian-core-1.0.7 ./configure make sudo […]
In: Web Development · Tagged with: Rails, Xapian
Rails Setup – Jaunty 9.04 – Postgres – RMagick – Xapian – Hpricot – Git
Just installed Ubuntu Jaunty 9.04 onto my laptop and wanted to note down all the installed packages I ended up using. I haven’t tested this on a clean install, but should all flow nicely. Hopefully will help me next time I fresh install. Will get you setup with rails and some useful libs and plugins. […]
In: Server Config · Tagged with: git, Hpricot, Jaunty 9.04, postgres, Rails, RMagick, Xapian