From acca28a71c612dadc125ff22be2ff05483488039 Mon Sep 17 00:00:00 2001 From: Carsten Karbach <c.karbach@fz-juelich.de> Date: Tue, 5 May 2020 11:18:31 +0200 Subject: [PATCH] Add test description Conflicts: README.txt --- README.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..e53e3d0 --- /dev/null +++ b/README.txt @@ -0,0 +1,18 @@ +Installation + +- git clone https://gitlab.version.fz-juelich.de/karbach1/EventsAPI.git JSCEventsAPI +- cd JSCEventsAPI +- ./utils/synch.sh ./ + +Run Tests + +- configure configs/myurl.cnf to the test installation +- cp rest/events/htaccess_fromall rest/events/.htaccess + - Warning: events API is now publicly available. Revert this step immediately after tests were run + +Further Tests + +- try to successfully run all scripts in the 'examples' folder + - therefore + - configure configs/dbaccess_jsc.cnf + \ No newline at end of file -- GitLab