|
||||||||
Setting up your Web AccountMaking web pages (html documents) available to others on the World Wide Web consists of creating the document, placing it in the proper location, then adjusting the permissions on the document (and directories containing it) so the webserver can access them. Our our server you must setup your account Once and only Once as outlined in this document. It involves created a public web area and then transfering up any web pages you create and associated content like images and video, etc. (unlike word documents they are separate) to this special web area in your account. Creating Your Public Web Area (do only once for your account)You must create a directory in your home directory called public_html and give your home directory and this new directory the proper permissions. It is within this directory that the webserver will look for resources whose resource address begins with /~yourlogin. Using SSH applicaiton'sShell Session to Connect and create public_html directory 1) YOU MUST FIRST CONNECT TO YOUR SERVER (i.e. puzzle.sci.csueastbay.edu) USING A TOOL LIKE SSH (see course outline for tips on how to connect to a remote machine using ssh). VIDEO ON CONNECTING WITH SSH Once you connect you will see the following (or similar) interface ....your prompt will be different. This is called a Secure Shell
2) Type in exactly as shown the following commands after you have logged into your account cd
mkdir public_html
chmod 755 .
chmod 755 public_html
|
||||||||
| © Lynne Grewe |