Hi Rob, Thanks for the help there. I'm still getting the "warning: remote HEAD refers to nonexistent ref, unable to checkout." for microblog-bot.git, though cybernetic-microblogger.git came through without a hitch.
I've got the generator running locally ok. That should give me something to play around with. Still very much stumbling around in the dark with common lisp. James. On 31/5/2009, "Rob Myers" <[email protected]> wrote: >Thanks for the feedback, guys. > >* Git Clone Problems > >I have fixed the gitweb setup on my server, so - > >git clone http://www.robmyers.org/git/cybernetic-microblogger.git > >should now work as advertised. > >* Installing cybernetic-microblogger > >To install cybernetic-microblogger requires cl-microblogger, also in my >git repository, and cl-twit - > >git clone http://www.robmyers.org/git/microblog-bot.git > >http://chaitanyagupta.com/lisp/cl-twit/ > >If you are not used to installing Lisp libraries it can be a pain to do >so, and I recommend running cybernetic locally. > >* Running Cybernetic Locally > >I have added a script to run the description generator locally in a >console window. > >To run it, get or update cybernetic-microblogger - > >git clone http://www.robmyers.org/git/cybernetic-microblogger.git > >Then run the script using Lisp - > >cd cybernetic-microblogger >sbcl --noinform --load "local-demo" > >This will print a description to the console every 5-60 seconds until >you stop it using control-c and either choose the quit restart or type >(quit). > >- Rob. > > > _______________________________________________ NetBehaviour mailing list [email protected] http://www.netbehaviour.org/mailman/listinfo/netbehaviour
