Tag Archives: help

Installing Mezzanine (Django based CMS) on Dreamhost via virtualenv

Here’s some notes for installing Mezzanine on Dreamhost using virtualenv. This can be useful for installing on any server where you don’t have permissions to install python packages normally. There’s also notes here for how to set up Passenger to serve your site via Apache. In Dreamhost panel, setup site for use with Passenger & ssh Ssh into your Dreamhost … Continue reading

Posted in <code> | Tagged , , , , , , , , , , , | 3 Comments

Vim: Case Insensitive Searches

Use “<strong>\c</strong>” anywhere in a search to ignore case (overriding your ignorecase or smartcase settings). e.g. “<strong>/\cfoo</strong>” or “<strong>/foo\c</strong>” will match foo, Foo, fOO, FOO, etc. Use “<strong>\C</strong>” anywhere in a search to force case matching. e.g. “<strong>/\Cfoo</strong>” or “<strong>/foo\C</strong>” will only match foo. You can set vim to ignore case on all your searches by running “<strong>:set ignorecase</strong>”. If … Continue reading

Posted in <code> | Tagged , , , , , , , , , , , , , , , , | Leave a comment
<RSS Feed>