Your computer must however be visible form outside. The minimum is that it be connected to the Internet. But it is not sufficent. Some sites have "firewalls", forbidden the direct access to the computers of the internal network. The best way is then to try out: launch "gwd" and ask a friend on a computer outside your site to try to connect to it.
Do not forget that the service you created answers only if your computer is switched on! You must therefore let it working. You can leave "gwd" running, the service will not stop.
If you are under Unix or Windows NT (thus not Windows 95), you had to enter the computer as a user, giving your login name and your password. Maybe you want to log out without that GeneWeb stops.
You have then two solutions to resolve this problem: installation in "service" and installation in "cgi".
nohup gwd 2>&1 & (under "sh", "ksh", "bash") nohup gwd >& nohup.out & (under "csh", "tcsh")Then you can logout. Gwd will go on running and send its trace to the file "nohup.out" you can consult later. To stop it, look at its process number, with the command "ps" and kill it with the command "kill".
#!/bin/sh DIR=/home/smith/geneweb cd $DIR $DIR/gwd -cgiLet this shell executable (chmod +x geneweb).
Ask your system administration to install this small file in the directory of the "cgi"s. Ask him/her too what is the address to use. This probably will be something like:
http://blabla.xx.edu/cgi-bin/geneweb
If you open this address in your navigator, you see a page which ask you only "Base:" and you have to type the name of your base. The direct address for the base "jones" is:
http://blabla.xx.edu/cgi-bin/geneweb?b=jones
Return to the Directions for Use.