March 2010
7 posts
Reverting a git push
So say you’ve accidently pushed something live with takes everything down. Don’t panic there’s an easy way to fix this. If its just one file do… git checkout master~2 settings.py this will jump that file back a revision! If you’ve really messed up. Simply create a new branch based on a previous commit git checkout -b before_death b2197nf9382dh08j2ed where...
Mar 18th
Mar 4th
Working version of solango on github →
People are getting the following error with the one of google ConfigParser.NoSectionError: No section: 'formatters' So here’s an other version which I use and works!
Mar 4th
6 tags
Installing Solr on Mac OSX
So if you’re installing this on Mac OSX, its a pretty safe bet that its for development rather than production. This means you can cut some corners, not install tomcat6 and use the pre-bundled server that comes with the example solr download. Install Java on Mac OSX For Mac users this is simple. Just head to the apple download centre, choose you’re version and follow along -...
Mar 3rd
3 tags
Hosted full-text search for your web app →
from dctanner
Mar 2nd
5 tags
Installing Solr with Tomcat6 on Ubuntu 8.04
A quick and simple tutorial/guide. Its not particularly difficult but its always nice to have a clear reference. If you get into any troubles, get in contact and I’ll try sort you out/update the docs. Install Java on Ubuntu 8.04 (Hardy Heron) This should work for all newer versions of Ubuntu as well, but I’ve not tested it. As soon as the next supported release stands up I’ll...
Mar 2nd
2 tags
“I wish I had a girlfriend which went down on me as much as facebook does”
– andy young
Mar 1st