Assuming clomments.inaimathi.ca, but you can replace that with any clomments server once more become available
Add
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js'></script>
<script src='http://clomments.inaimathi.ca/clomments.js'></script>
<link rel='stylesheet' type='text/css' href='http://clomments.inaimathi.ca/clomments.css' />
to the <head>
of your page (note that the stylesheet can be omitted if you'd like to provide your own styles).
Add
<div id="clomments"></div>
somewhere in the <body>
.
That's it.
-
apt-get install sbcl mysql-server cl-sql
-
git clone https://github.com/Inaimathi/clomments.git
-
Create a database and user, and change the definition of
*db-spec*
inpackage.lisp
to match the information; it's'("server" "user" "database" "password")
) -
Register with recaptcha and fill in the
*public-key*
and*private-key*
variables inpackage.lisp
as appropriate. -
install quicklisp you can do without it, but it's more complicated 'cause you need to
asdf-install
everything more or less manually -
cd clomments; sbcl --eval "(ql:quickload :clomments)"
-
In SBCL, type
(in-package :clomments)
(new-database)
Go to http://localhost:4242/test
in a browser.
To function as a public server, you need to register a domain and point it to your server (don't do that until this actually becomes somewhat useful and stable).