Initial commit

This commit is contained in:
Robert Vokac 2023-04-13 19:23:41 +02:00
commit 21e6c83188
Signed by: robertvokac
GPG Key ID: 693D30BEE3329055
2 changed files with 34 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@ -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/*

10
README.md Normal file
View File

@ -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