Modified the tails-do* macro.
[lineal.git] / INSTALL
blob049aa55af3fb507706452d9d68b4398f42161592
2 - Required Libraries -
3 Hunchentoot - http://www.cliki.net/hunchentoot
4 CL-WHO - http://www.cliki.net/CL-WHO 
5 ParenScript - http://www.cliki.net/Parenscript
7 - Tested Lisps -
8 SBCL, others *should* work though.
10 - Steps to Run -
11 1. Boot up a lisp in the toplevel directory.
12 (where the INSTALL file is)
14 2. (load "run")
15 You can also do
16   (load "/src/webui/serv")
17 Of course this means that custom options
18 set in "run.lisp" will not take effect.
20 If all the libraries are installed correctly,
21 this should signal no errors or warnings.
22 If something goes wrong here, let me know.
25 Or do steps 1 and 2 via command line options such as:
26   sbcl --load run.lisp
27   clisp -i run.lisp
30 3. Go to localhost:41938 in a web browser.
31 Port 41938 was chosen to stand for 'AlgEB'ra 
33 There are surely lots of bugs and security issues
34 hosted on your system, congratulations on your new Lineal!
35 (see README for the skivvy)