I've just spent the entire morning and most of the afternoon trying to
get WEBLOCKS-CLSQL-DEMO working, using both -stable and -dev.
Can someone please explain from step one how to get this thing
working? I have no problems at all with weblocks-demo or weblocks-
elephant-demo.
My weblocks-clsql-demo/conf/stores.lisp:
(in-package :weblocks-clsql-demo)
;;; Multiple stores may be defined. The last defined store will be the
;;; default.
(defstore *sql-store* :clsql '("localhost" "test" "root" "")
:database-type :mysql)
and I added a weblocks-clsql-demo/run.lisp
(push #p"/home/andrew/.sbcl/site/weblocks-stable/" asdf:*central-
registry*)
(push #p"/home/andrew/.sbcl/site/weblocks-stable/examples/weblocks-
clsql-demo/" asdf:*central-registry*)
(asdf:operate 'asdf:load-op :weblocks-clsql-demo)
(weblocks-clsql-demo:start-weblocks-clsql-demo)
and now I get:
#<STANDARD-GENERIC-FUNCTION WEBLOCKS:OPEN-STORE (0)>
when called with arguments
(:CLSQL ("localhost" "test" "username" "password") :DATABASE-
TYPE :MYSQL)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"weblocks" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/weblocks?hl=en
-~----------~----~----~----~------~----~------~--~---