Difference between revisions of "Web Introduction"

From CSEE Documentation
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==CSEE Personal Web Page==
 
==CSEE Personal Web Page==
  
1. Log into your CSEE account.
+
1. [[SSH/SCP/SFTP|Login]] to your CSEE account.
  
 
2. <code>mkdir ~/www</code>
 
2. <code>mkdir ~/www</code>
Line 7: Line 7:
 
3. <code>chmod o+x ~</code>
 
3. <code>chmod o+x ~</code>
  
4. <code>chmod 644 ~/www</code>
+
4. <code>chmod o+x ~/www</code>
  
5. The hompage must be named index.html .
+
5. The home page must be named index.html .
  
6. <code>chmod 755 ~/www/index.html</code>
+
6. <code>chmod o+r ~/www/index.html</code>
  
7. If you put other files in your www directory for public viewing, make sure you "chmod 644" each file also.  
+
7. All files in your www directory need to be "chmod o+r" for public viewing. All directories need to be "chmod o+x".
  
Your personal Web page is accessed by <nowiki>http://www.cs.umbc.edu/</nowiki>''~username''
+
Your personal Web page is accessed by <nowiki>http://www.cs.umbc.edu/</nowiki>''~username''/

Latest revision as of 16:07, 6 August 2019

CSEE Personal Web Page

1. Login to your CSEE account.

2. mkdir ~/www

3. chmod o+x ~

4. chmod o+x ~/www

5. The home page must be named index.html .

6. chmod o+r ~/www/index.html

7. All files in your www directory need to be "chmod o+r" for public viewing. All directories need to be "chmod o+x".

Your personal Web page is accessed by http://www.cs.umbc.edu/~username/