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