src/Tools/WWW_Find/doc/README
author wenzelm
Mon, 11 Feb 2013 14:39:04 +0100
changeset 51085 d90218288d51
parent 33817 f6a4da31f2f1
permissions -rw-r--r--
make WWW_Find work again, now that its ML modules reside within a theory context (cf. bf5b45870110) -- patch by Rafal Kolanski;

Requirements
------------
  lighttpd
  polyml (other ML systems untested)

Quick setup
-----------
*  install lighttpd if necessary
   (and optionally disable automatic startup on default www port)

Quick instructions
------------------
* start the server with:
    isabelle wwwfind start
  (add -l for logging from ML)

* connect (by default) on port 8000:
    http://localhost:8000/isabelle/find_theorems

* test with the echo server:
    http://localhost:8000/isabelle/echo

* check the status with:
    isabelle wwwfind status

* stop the server with:
    isabelle wwwfind stop