Re: pyblosxom 1.4 released!
Chris G <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 05, 2007 at 04:42:48PM -0400, Will Guaraldi wrote: > On 7/5/07, Chris G <[email protected]> wrote: > > > > OK, I'm not quite sure whether I used the codebase property or not. I > > thought I hadn't but there *is* a codebase definition in my config.py > > file:- > > > > py["codebase"] = "/var/www/htdocs/" > > > > However my PyBlosxom 1.3 is in /var/www/htdocs/Pyblosxom. > > Right--"Pyblosxom" is the package. So the "codebase" property needs > to be set to the directory that holds the "Pyblosxom" (note the case > [sorry about that]) package. > Hmmm!! :-) It doesn't really work the way my mind works! I expect to be able to untar Pyblosxom into a temporary directory somewhere and then install it 'from' there to the default place for web/http applications. Most other packages work this way (though I must admit that quite a few web applications don't). So, I've done it the 'right' way and have done:- cd /var/www/htdocs # default web app directory tar xzvf pyblosxom-1.4.tar.gz cd pyblosxom-1.4 python setup.py install ... and I've changed the codebase line in config.py to:- py["codebase"] = "/var/www/htdocs/pyblosxom-1.4" I suppose it does sort of make sense but it goes against the grain (well my grain anyway!). > > > What about any plugins I have installed? > > I didn't have any problems with the plugins I use. Since plugins come > from a variety of people and we don't certify plugins as working with > various versions of PyBlosxom, it's kind of a "you're on your own, but > we'll help out if we can" thing. > I meant only that I presumably need to copy the plugins directory from my old /var/www/htdocs/Pyblosxom to the new one. -- Chris Green ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/