| https:///weradocs/WeraDesk_Install.shtml |
Last update:
|
WeraDesk Web Interface Documentation - Installation
To unpack the archive weradesk_yyyymmdd.tar.gz to
/home/wera/weradesk enter the following commands:
cd /home/wera
tar -xzvf weradesk_yyyymmdd.tar.gz
|
Then execute WeraDesk_install.sh:
cd ~/weradesk
WeraDesk_install.sh
|
which performs the following actions:
- copies the cgi-scripts to /home/wera/public_html/cgi-bin
- copies WeraDesk.html and Wstatus.shtml to /home/wera/public_html
- if it finds /home/wera/etc/WeraDesk.tmp executes
/home/wera/public_html/cgi-bin/Proc_WeraDesk -i
to modify WeraDesk.html and Wstatus.shtml accordingly.
If you have modified Proc_WeraDesk.F, execute the following commands:
cd ~/weradesk
do_Proc_WeraDesk.sh
WeraDesk_install.sh
|
do_Proc_WeraDesk.sh compiles and links the modified cgi program,
while
WeraDesk_install.sh installs the modified programs as described above.
Comments to:
gurgel@ifm.uni-hamburg.de
(Klaus-Werner Gurgel)