From 2720ac5490d165e103cd70d759cd1a66262bd82c Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 7 Dec 2016 17:32:01 -0500 Subject: [PATCH] LP#1646166 Hatch dev install docs continued Signed-off-by: Bill Erickson --- INSTALL.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ------------------------------------------------------------------------- -- 2.11.0