Over the course of this block of Web-GIS, we will gradually build up a sophisticated map using features of the Google Maps API. There is a major prerequisite to doing this, which is that it is necessary to have access to a web server on which you can publish web pages. It is also helpful to have a good editor, such as notepad++ for working with HTML files, although this is often a matter of personal preference.
The sole purpose of this tutorial is to get you to the dialogplus web directories both on and off campus.
To access your webspace from outside the University campus, you first need a working VPN connection. Setting this up is fairly straight forward. Follow the instructions here.
Once connected to the VPN you can follow the instructions below.
dialogplus.leeds.ac.uk/geog5870/web01
. Replace 'web01' with your
personal directory name.
<!DOCTYPE html>
<head>
<title>My page</title>
</head>
<body>
This is a holder.
</body>
Note: If you called your file anything other than index.html, you should specify the file name after the directory in the URL. For example:dialogplus.leeds.ac.uk/geog5870/web01/testing.html
Don't forget - everytime your make changes to a file, you need to reupload it to your web directory for the changes to show. I recommend leaving Filezilla / WinSCP open in the background whilst editing webpages.
It is a good idea to change the password for your web directory, you can do this within PuTTY using the passwd command (check the 'usernames' document on Minerva for complete instructions).
[Why shouldn't you use 'Beef Stew' as your password?...it's not Strogonoff!]