From 21e6c831888f63698d16f2631db5888c19ebc7f6 Mon Sep 17 00:00:00 2001 From: Robert Vokac Date: Thu, 13 Apr 2023 19:23:41 +0200 Subject: [PATCH] Initial commit --- .gitignore | 24 ++++++++++++++++++++++++ README.md | 10 ++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0165733 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +#files to ignore + +*.metadata/** +*.recommenders/** +*/target/** +*/build/** +*.idea/** + +*.iml +#*.class + +*/target/* + + +#Netbeans +**nb-configuration.xml +**nfbactions.xml +.env +**.env + +obsolete* + +nanodata.confpath/* + diff --git a/README.md b/README.md new file mode 100644 index 0000000..cfe5318 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Nanodata + +## Local setup + + 1. Copy directory nanodata.confpath.template to nanodata.confpath + 2. Copy file tomcat/setenv.sh to bin directory of Tomcat installation directory + 3. Update file setenv.sh in bin directory to match the correct path of new directory nanodata.confpath + +## Used tools +