How to make Home Page or WHERE to put HTML files in CS system ?

 

 

WWW at CS system:

==================

 

CS system is a distributed Linux-based system for computer science students only. This system is different from the other one (for all students at SUNY New Paltz)

 

How to make Home Page or WHERE to put HTML files in CS system ?

 

1) Download and install Putty and WinSCP programs

 

2) Use Putty program to connect to the CS system at:

 

wyvern.cs.newpaltz.edu

 

3) Login into your account (using the same New Paltz student username and password)

 

4) Once you are in the system: Create subdirectory WWW (all capitalized):

 

>mkdir WWW

 

5) Change the permissions:

 

> chmod 755 WWW

 

6) You can create web pages using editor programs in CS such as joe, pico, ...

(You can also create HTML and web program files at your PC and trasfer them from your PC to the CS system using WinSCP)

 

7) Change the permissions of the web files, for example:

 

> chmod 755 index.htm

 

8) to see the web page index.html use the URL address:

 

http://cs.newpaltz.edu/~(your username)/

 

If you see "you have no permission ..." then go up from your account directory and change the permissions

 

of your whole account to:

 

> chmod 755 (your username)