Is Loggerhead only available in Launchpad? (Can I use it on a local webserver?)

Asked by Zearin

Loggerhead is part of the Launchpad Suite, which makes me suspect that it’s only available on Launchpad…

…but, I thought I would ask. Just in case. :)

Any way to run Loggerhead locally?

Question information

Language:
English Edit question
Status:
Solved
For:
loggerhead Edit question
Assignee:
No assignee Edit question
Solved by:
Martin Albisetti
Solved:
Last query:
Last reply:
Revision history for this message
Best Martin Albisetti (beuno) said :
#1

Sure, it's used in many places outside of Launchpad.
Try it out:
- Make sure you have "python-simpletal" installed
- bzr branch lp:loggerhead
- cd loggerhead
- ./serve-branches

And you're set!
There's some documentation in docs/index.rst

Revision history for this message
Zearin (zearin) said :
#2

Cool…thank you!

(Someone give this man 10 points for his lightning-fast response time. Responsive devs are some of the best! :D )

Revision history for this message
John A Meinel (jameinel) said :
#3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 3/6/2011 7:00 PM, Martin Albisetti wrote:
> Question #148077 on loggerhead changed:
> https://answers.launchpad.net/loggerhead/+question/148077
>
> Status: Open => Answered
>
> Martin Albisetti proposed the following answer:
> Sure, it's used in many places outside of Launchpad.
> Try it out:
> - Make sure you have "python-simpletal" installed
> - bzr branch lp:loggerhead
> - cd loggerhead
> - ./serve-branches
>
> And you're set!
> There's some documentation in docs/index.rst
>

I think you need a couple other things like python-paste, etc. But yes,
install the dependencies, and you can run from there.

Note that it also runs as a bzr plugin, so if you

cd $BAZAAR-PLUGINS
bzr branch lp:loggerhead
cd $MY_CODE
bzr serve --http

It will work as well.

John
=:->

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk10mecACgkQJdeBCYSNAAMotQCffJCdAhJd5clgnKaknw3POlBR
MhYAoMqNyyOkRQtjHHiaNMKiO18jhcBX
=yENz
-----END PGP SIGNATURE-----