From 63146208d07657fc2698f2a65be096f8b9d6c958 Mon Sep 17 00:00:00 2001 From: "Garcia-Hernandez, Ruben Jesus (rgarcia)" <garcia@lrz.de> Date: Thu, 8 Nov 2018 18:14:11 +0100 Subject: [PATCH] Added some documentation about the cgi backend --- webserver/Readme.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/webserver/Readme.md b/webserver/Readme.md index 5da7a58..5fd0c14 100644 --- a/webserver/Readme.md +++ b/webserver/Readme.md @@ -35,4 +35,15 @@ Files: This entry point creates a zip file with the structure or molecular dynamics for <string>. - \ No newline at end of file +Prerequisites: + -Ensure that the scripts in cgi-bin/NOMAD have unix-like newlines + (use dos2unix or similar) + -Ensure that the pass file has a valid username/password and is located + at the same directory that cgi-bin is. + -Install the following software: + -apache 2 + -bash + -grep + -zip + -wget + -curl \ No newline at end of file -- GitLab