Re: Installing a Lisp webserver and creating a web application with TBNL in 5 minutes
- From: René van Bevern <rvb@xxxxxxxxxx>
- Date: Sun, 30 Apr 2006 20:03:33 +0200
Frank Buss <fb@xxxxxxxxxxxxx> writes:
Hello Frank,
Thanks, I'll add the information to the webpage, if you could give me a
step-by-step tutorial how to install it and all the needed libraries in a
Debian conforming way.
Well, getting a recent SBCL is as easy as adding
deb http://people.debian.org/~pvaneynd/cl-sarge-packages ./
to your /etc/apt/sources.list, doing aptitude update and aptitude install
sbcl. :-) This does currently only work for the i386 architecture.
Using above repository, you can also install all of the libraries that
you got in your starter kit: (for all architectures)
aptitude install cl-tbnl
Aptitude will pull in the required rest and it is then as easy as
typing "(require 'cl-who)" and "(require 'tbnl)" in your SBCL prompt.
The Common Lisp Controller does the rest.
I'm glad that I know how to start "aptitude", but
installing backports and using the Debian "Common Lisp Controller" is
beyond my capabilities :-)
Well, using it is not very difficult. ;-) Actually, this is the thing
that runs in the background and makes you able to just "(asdf:oos
'asdf:load-op ...)" or "(clc:clc-require ...)" all CL packages in
Debian without messing with your asdf:*central-registry* all the
time. (or just by "require" in SBCL)
There is a small manual about Common Lisp in Debian on the CL-Debian
homepage, if you are interested in more.
http://cl-debian.alioth.debian.org/clid/clid.html/
René
--
René van Bevern <rvb@xxxxxxxxxx>
http://progn.org http://www.debian.org http://www.pro-linux.de
Attachment:
pgpXv0jdrDN4X.pgp
Description: PGP signature
- References:
- Installing a Lisp webserver and creating a web application with TBNL in 5 minutes
- From: Frank Buss
- Re: Installing a Lisp webserver and creating a web application with TBNL in 5 minutes
- From: René van Bevern
- Re: Installing a Lisp webserver and creating a web application with TBNL in 5 minutes
- From: Frank Buss
- Installing a Lisp webserver and creating a web application with TBNL in 5 minutes
- Prev by Date: Re: Installing a Lisp webserver and creating a web application with TBNL in 5 minutes
- Next by Date: Re: the bipolar Lisp programmer
- Previous by thread: Re: Installing a Lisp webserver and creating a web application with TBNL in 5 minutes
- Index(es):
Relevant Pages
|