LP#1646166 Hatch dev install docs continued
authorBill Erickson <berickxx@gmail.com>
Wed, 7 Dec 2016 20:44:10 +0000 (15:44 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 16 Feb 2017 20:26:18 +0000 (15:26 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
INSTALL.adoc

index 23350eb..03c5cb1 100644 (file)
@@ -148,3 +148,28 @@ $ mkdir -p ~/.config/chromium/NativeMessagingHosts/
 $ cp extension/host/org.evergreen_ils.hatch.json ~/.config/chromium/NativeMessagingHosts/
 -------------------------------------------------------------------------
 
+== Using Hatch ==
+
+* In Chrome, navigate to the browser staff URL (https://HOSTNAME/eg/staff/).
+* Chrome should display a browser action icon along the top right of the
+  browser window (just left of the settings menu) with a letter "H".  
+  ** TODO: we can apply an icon of our choosing here during the install.
+* Clicking the "H" button should produce a security prompt, click through
+  to allow the requested permissions.
+* Reload the browser client login page.  
+* Open the Javascript console.  It should show messages like:
+
+[source,sh]
+-------------------------------------------------------------------------
+Loading Hatch relay content script
+...
+sending to Hatch: {"key":"eg.workstation.all","action":"get","msgid":1}
+Hatch responded to message ID 1
+-------------------------------------------------------------------------
+
+* See if Hatch is able to communicate with your printer...  Navigate to
+  https://HOSTNAME/eg/staff/admin/workstation/print/config
+* The "Select Printer" drop-down should show your printer(s).
+* The various printer attribute selectors should show values supported
+  by the selected printer.
+