Changeset 1593 for branches/f4grobner
- Timestamp:
- 2015-06-14T10:42:44-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/README
r1592 r1593 118 118 == VIEWING DOCUMENTATION == 119 119 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: 120 Various components of the system have significant documentation 121 attached. This can be browsed with tools such as DOCBROWSER or 122 MANIFEST. Both start a web server on a local port. A quick tutorial 123 on these tools: if you have Quicklisp, you can use this one-liner to 124 start MANIFEST: 124 125 125 126 * (ql:quickload :manifest) (manifest:START) 126 127 127 or this one-liner to start DOCBROWSER 128 The port of MANIFEST server is printed. 129 130 Or this one-liner to start DOCBROWSER on port 8084: 128 131 129 132 * (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 134 133 135 134 Enjoy.
Note:
See TracChangeset
for help on using the changeset viewer.