+Parentheses work again.
[lineal.git] / doc / get_running.html
blob9d75bbbe3be190ef39e437c3fbdb44c62abe3b74
2 <html>
3 <head>
4 <title>Running the Program</title>
5 </head>
6 <body>
7 <div><a href="./index.html">back to doc index</a></div>
8 <p>This is basically the contents of the INSTALL
9 file in the topmost directory.</p>
10 <pre>
11 - Required Libraries -
12 <a href="http://www.cliki.net/hunchentoot">Hunchentoot</a>
13 <a href="http://www.cliki.net/CL-WHO">CL-WHO</a>
14 <a href="http://www.cliki.net/Parenscript">ParenScript</a>
16 - Tested Lisps -
17 SBCL, others *should* work though.
19 - Steps to Run -
20 1. Boot up a lisp in the toplevel directory.
21 (where the INSTALL file is)
23 2. (load "run")
24 You can also do
25 (load "/src/webui/serv")
26 Of course this means that custom options
27 set in "run.lisp" will not take effect.
29 If all the libraries are installed correctly,
30 this should signal no errors or warnings.
31 If something goes wrong here, let me know.
34 Or do steps 1 and 2 via command line options such as:
35 sbcl --load run.lisp
36 clisp -i run.lisp
39 3. Go to localhost:41938 in a web browser.
40 Port 41938 was chosen to stand for 'AlgEB'ra
42 There are surely lots of bugs and security issues
43 hosted on your system, congratulations on your new Lineal!
44 </pre>
45 <a href="./security_issues.html">See here</a>
46 for the skivvy on any security issues.
47 </body>
48 </html>