close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 1593


Ignore:
Timestamp:
2015-06-14T10:42:44-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/README

    r1592 r1593  
    118118== VIEWING DOCUMENTATION ==
    119119
    120 Various components of the system have significant documentation attached.
    121 This can be browsed with tools such as DOCBROWSER or MANIFEST.
    122 A quick tutorial on these tools: if you have Quicklisp, you can
    123 use this one-liner to start MANIFEST:
     120Various components of the system have significant documentation
     121attached.  This can be browsed with tools such as DOCBROWSER or
     122MANIFEST.  Both start a web server on a local port. A quick tutorial
     123on these tools: if you have Quicklisp, you can use this one-liner to
     124start MANIFEST:
    124125
    125126* (ql:quickload :manifest) (manifest:START)
    126127
    127 or this one-liner to start DOCBROWSER
     128The port of MANIFEST server is printed.
     129
     130Or this one-liner to start DOCBROWSER on port 8084:
    128131
    129132* (ql:quickload :docbrowser) (docbrowser:start-docserver 8084)
    130 
    131 Both start a web server. The port of MANIFEST is printed,
    132 while the port of DOCBROWSER can be specified.
    133 
    134133
    135134Enjoy.
Note: See TracChangeset for help on using the changeset viewer.