commit 21e6c831888f63698d16f2631db5888c19ebc7f6 Author: Robert Vokac Date: Thu Apr 13 19:23:41 2023 +0200 Initial commit 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 +