Latest on twitter:
my projects and cool stuff
secretcities
website,
tagged posts
onefinestay
website,
tagged posts
me
twitter,
facebook
search
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 before_death is the name of the new branch which is the old version.
Enjoy!
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!
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.
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.
Musings.
On a more techie note.