From 5b6018dcf837524373ea31ae096c6fe185fb63ab Mon Sep 17 00:00:00 2001 From: Castro0o Date: Sun, 18 Feb 2018 13:54:59 +0100 Subject: [PATCH] adding CGI info to the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fd823f2..71a0bb0 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ ln cgi-bin/* /var/www/cgi-bin/hybrideditor/ chmod +x cgi-bin/ ``` +## update CGI +BEcuase the CGI folder happens to be in a a different location from the HYPE folder, we need to update its files after each git pull with: + +`ln -sf cgi-bin/* /var/www/cgi-bin/hype/` + +you be in the HYPe folder and create the file links inside the webserver's cgi-bin, in my case `/var/www/cgi-bin/hype/` + ## License This software is released under a [GPLv3 license](http://www.gnu.org/copyleft/gpl.html). See LICENSE. +