People
Welcome to the People site. This site will serve as a guide for uploading content to people.rit.edu.
Uploading Your Site

Step 1

Quotas
- If you require more than the default 20MB storage space, fill out the ITS account modification form
- Turn this form into the help desk. They are located in the Frank E. Gannett Building (7B), room 1113, or fax it to 475-7884.

Step 2

Transfer your files
- Download an SFTP client if you do not already have one. Free SFTP Clients: Fetch (For Macs) and WinSCP (For Windows)
- Use the information on the Uploading Files page to transfer files to gibson.rit.edu
- Copy files from your computer to the gibson.rit.edu server.

Step 3

Set file permissions
- For security purposes, all files are given 700 file permissions by default when uploaded to the server. To change the default permissions that uploaded files are given see the file permissions guide.
- Scripts should be 700 (Read, Write, Execute for User Only)
- All other files and directories should be changed to 755 (Read, Write, Execute for User; Read and Execute for Group and World)

Step 4

Fix/update code and check links
- Check all links on your site to make sure they go to the right page.
- The file /home/
/php_data/php.log will automatically be generated if there are any PHP errors generated by the code on your site. You can open this file in a text editor to see what errors occurred and where.

Step 5
