From: Bill Erickson Date: Wed, 7 Dec 2016 22:32:01 +0000 (-0500) Subject: LP#1646166 Hatch dev install docs continued X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f69725641964071a3ef8a9e9de7eefea5c6f11ec;p=working%2FHatch.git LP#1646166 Hatch dev install docs continued Signed-off-by: Bill Erickson --- diff --git a/INSTALL.adoc b/INSTALL.adoc index a95de55f28..b75d1ef693 100644 --- a/INSTALL.adoc +++ b/INSTALL.adoc @@ -72,15 +72,23 @@ them in src/org/evergreen_ils/hatch/TestHatch.java and recompiling. ===== Windows ===== +* Start with creating the default logging/Hatch data directory. +* Then run the test code. + [source,sh] ------------------------------------------------------------------------- +C:\> mkdir %userprofile%\.evergreen C:\> hatch.bat test ------------------------------------------------------------------------- ===== Linux ===== +* Start with creating the default logging/Hatch data directory. +* Then run the test code. + [source,sh] ------------------------------------------------------------------------- +$ mkdir ~/.evergreen $ ./hatch.sh test -------------------------------------------------------------------------