- Core SFTP: Install and Configure
- Creating Forms for the Web
- Dreamweaver Secure Site Configuration Setup
- Fetch SFTP: Install and Configure
- Guidelines and Tips for Developing a Student Organization Web Site
- iCMS Webguide
- Web: Creating Interactive Navigation
- Web Directory Setup
- Web Image Capture Copyright and Citation Considerations
- Web Page Basics
Links for resources, services, and feedback:
Includes Information & Library Services related links
In order to publish a web page to the World Wide Web, you must create a directory in your abacus account, and make it accessible for viewing. You should only have to set up this directory, and the permissions to view it once. Depending on how you add additional directories to your public_html, you may also have to set the permissions for new directories in this way as well.
You should see a prompt:
abacus.bates.edu>
WIN: requires a third party application to establish a secure shell (ssh) connection to abacus. PuTTY is the recommended SSH client (and is fully supported by Help Desk Services).
A helpsheet on obtaining (free) and installing PuTTY can be found at:
http://www.bates.edu/x166688.xml
A helpsheet to configure PuTTY to connect to abacus can be found at:
http://www.bates.edu/x166686.xml
MAC: Applications: Utilities: Terminal:
Type in: ssh abacus.bates.edu Press return
Check for an existing web directory:
-l stands for Long list format. This will show a detailed list view of the available files and directories.
Create a web directory:
Check your work:
Close your abacus account:
Note: In the following instructions, please make sure to include all the spaces and punctuation for each command. Otherwise you may be given an error "Command not found". If you get this error, check the punctuation and the syntax of your last command.
Log into Abacus with your abacus user id and password:You should see a prompt:
abacus.bates.edu>
WIN: requires a third party application to establish a secure shell (ssh) connection to abacus. PuTTY is the recommended SSH client (and is fully supported by Help Desk Services).
A helpsheet on obtaining (free) and installing PuTTY can be found at:
http://www.bates.edu/x166688.xml
A helpsheet to configure PuTTY to connect to abacus can be found at:
http://www.bates.edu/x166686.xml
MAC: Applications: Utilities: Terminal:
Type in: ssh abacus.bates.edu Press return
Check for an existing web directory:
- At the abacus prompt, type: ls -l
- There is a space between the "s" and the "-"
- If you see a public_html directory see below
-l stands for Long list format. This will show a detailed list view of the available files and directories.
Create a web directory:
- Type: mkdir public_html
- Press return
Check your work:
- At the abacus prompt, type: ls -l
- There is a space between the "s" and the "-"
- If you don't see public_html return to step 3
Please also consult the basic steps for file permissions.
Make your account executable:- At the abacus prompt, type:
chmod go+x . - There is a space after the "x" and then a period
- Press return
Close your abacus account:
- At the abacus prompt, type: exit
- Then FILE: Quit the ssh application
- www.bates.edu/~abacusID
- For example: www.bates.edu/~hpotter
