From eba17264a57fcf7aff9597b12855c634d687e94f Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 30 Mar 2017 12:40:45 -0400 Subject: [PATCH] eg2017 hatch review Signed-off-by: Bill Erickson --- hatch-review.adoc | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/hatch-review.adoc b/hatch-review.adoc index 76be33353..f7637eae5 100644 --- a/hatch-review.adoc +++ b/hatch-review.adoc @@ -57,15 +57,27 @@ egPrint.print({...}) is translated into: } --------------------------------------------------------------------------- - - == Hatch Install Recap * Install Java runtime 8 or higher. * Install Java code (HatchInstaller.exe) * Register the Chrome extension -== Hatch Configuration Files +== Installed Hatch Files + + * Windows + ** C:\Program Files (x86)\Hatch\ + ** Registry keys point the browser at the 'hatch.bat' executable + * Linux/Mac + ** Hatch Files may live anywhere + ** Specially placed org.evergreen_ils.hatch.json links the browser to + the 'hatch.sh' executable + +== Hatch Settings Files + +[source,js] +--------------------------------------------------------------------------- +--------------------------------------------------------------------------- == Hatch Data Files @@ -74,15 +86,10 @@ home directory. image:images/hatch_data_dir.png[Hatch Data Dir] -== Hatch Settings Files - -[source,js] ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- == chrome://extensions/ -image:images/hatch_chrome_ext.png[Hatch Extension] +image:images/hatch_chrome_ext_install.png[Hatch Extension] == Installed Extension @@ -113,6 +120,10 @@ C:\Program Files (x86)\Hatch> hatch.bat test ... --------------------------------------------------------------------------- +== Debugging Extensions + +image:images/hatch_chrome_ext_debug.png[Hatch Extension] + == Hatch UI Recap * Enable Hatch -- 2.11.0