Create a Personal Web Page
Creating a CEC Web Site
Your homepage will appear on the web with the address:
http://students.cec.wustl.edu/~login, where logon is your CEC account name.
For class Web Pages, the homepage will appear on the web at the address:
http://classes.cec.wustl.edu/~class, where class is your class account name.
Create a Folder For Your Web Pages
Logon to grid.cec.wustl.edu. by using SSH.
In your home directory, create a subdirectory called .www-docs by typing mkdir .www-docs
Set the permissions so that people can view pages located in your .www-docs directory by typing chmod 755 .www-docs
Create a symbolic link to your web site that can be referenced by web ln -sf .www-docs web
Enter your web directory by typing cd web
Creating a SEAS Web Site
Your homepage will appear on the web with the address:
http://research.engineering.wustl.edu/~logon, where
logon is your SEAS account name.
Create a Folder For Your Web Pages
Logon to ssh.seas.wustl.edu. By using SSH.
In your home directory, create a subdirectory called public-html by typing mkdir public_html
Set the permissions so that people can view pages located in your public_html directory by typing chmod 755 public_html
Create a symbolic link to your web site that can be referenced by web ln -sf public_html web
Enter your web directory by typing cd web
For Both Sites
Create a file named index.html and place it in the folder created above. You can download and unzip this file (index.html) to start your personal web page. You can edit it using SharePoint Designer found in the undergraduate labs.
When you edit the index.html file, you should customize it with information about yourself, links to other WWW pages that you particularly like, and anything you want the world to see. Remember that anyone with access to the Internet will have access to your home page, so do not include information that you do not want strangers to know.

