hatch summary
authorBill Erickson <berickxx@gmail.com>
Tue, 24 Apr 2018 14:14:00 +0000 (10:14 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 24 Apr 2018 14:14:00 +0000 (10:14 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
hatch-summary.adoc
images/hatch_settings.png [new file with mode: 0644]

index cbfe8ef..f89a130 100644 (file)
@@ -52,7 +52,7 @@ image:images/Hatch_Flow_Diagram.png[Hatch Diagram]
 [source,sh]
 ---------------------------------------------------------------------------
 # Linux
-% ./hatch.sh test
+$ ./hatch.sh test
 
 # Windows
 C:\Program Files (x86)\Hatch> hatch.bat test
@@ -61,18 +61,20 @@ C:\Program Files (x86)\Hatch> hatch.bat test
 2017-03-29 13:52:21 INFO   Using data directory: /home/berick/.evergreen
 2017-03-29 13:52:21 FINEST MessageReader read: {"clientid":1,"origin":"https://test.hatch....
 2017-03-29 13:52:21 INFO   Received message id=1 action=keys
-2017-03-29 13:52:21 FINEST MessageWriter sending: {"clientid":1,"msgid":1,"message":"OK",...
-2017-03-29 13:52:21 FINEST MessageReader read: {"clientid":1,"msgid":1,"message":"OK",...
-2017-03-29 13:52:21 INFO   TestJSON:doReceive(): {"clientid":1,"msgid":1,"message":"OK",...
-2017-03-29 13:52:22 FINEST MessageWriter sending: {"clientid":1,"origin":"https://test.hatch...
 ...
 ---------------------------------------------------------------------------
 
-== Hatch UI Recap
+== Browser Client Configuration
 
  * Enable Hatch for Printing
  * Configure Printers
 
+== Enable Hatch
+
+Administration => Workstation => Print/Storage Service ("Hatch")
+
+image:images/hatch_settings.png[Hatch Settings]
+
 == Hatch Printing UI
 
 Administration => Workstation => Printer Settings
diff --git a/images/hatch_settings.png b/images/hatch_settings.png
new file mode 100644 (file)
index 0000000..bb202d5
Binary files /dev/null and b/images/hatch_settings.png differ