User config options, Load-time friendliness
[lineal.git] / doc / get_running.html
blob5bcfa3da7bf5ef58dfde644fedf0c6ab3aab1455
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 If this doesn't work, the easiest remedy is to
25 move src/webui/serv.lisp into the src/ directory.
26 Then boot up your lisp in the src/ directory
27 and type: (load "serv")
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.
33 3. Go to localhost:41938 in a web browser.
34 Port 41938 was chosen to stand for 'AlgEB'ra
36 There are surely lots of bugs and security issues
37 hosted on your system, congratulations on your new Lineal!
38 </pre>
39 <a href="./security_issues.html">See here</a>
40 for the skivvy on any security issues.
41 </body>
42 </html>