Header left.png

Difference between revisions of "Web Services"

From Systems Group
Jump to: navigation, search
Line 8: Line 8:
 
* Initial setup
 
* Initial setup
 
# SSH into the department's Linux servers (linux-new.cs.odu.edu)
 
# SSH into the department's Linux servers (linux-new.cs.odu.edu)
# The following commands will create a directory at /home/<username>/secure_html and give read and directory listing permissions to other user set:
+
# Run the following commands to create a directory at /home/<username>/secure_html and give read and directory listing permissions to other user set:
 
   mkdir ~/secure_html
 
   mkdir ~/secure_html
 
   chmod o+rx ~/secure_html
 
   chmod o+rx ~/secure_html

Revision as of 17:43, 12 February 2020

The ODU CS Department provides faculty and students the ability to host web pages from their CS Unix Account.

Users interact with this system through two main components, the ~/secure_html directory and the command line tool webcli

Basic Usage

  • Initial setup
  1. SSH into the department's Linux servers (linux-new.cs.odu.edu)
  2. Run the following commands to create a directory at /home/<username>/secure_html and give read and directory listing permissions to other user set:
 mkdir ~/secure_html
 chmod o+rx ~/secure_html