- 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
- WinSCP SFTP: Install and Configure
Links for resources and services:
Includes Information & Library Services related links
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.
A. 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
B. 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.
C. Create a web directory:
- Type: mkdir public_html
- Press return
D. 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
This sets permissions for your group, and all others to Execute files in your web directory. chmod is the command to change permissions. (g) & (o) stand for Group and Other. The (+) symbol stands for add and (x) stands for Execute. The file or folder to which you are assigning these permissions is last. Please also consult the basic steps for file permissions.
E. 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
F. 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
