******SAGECHAT******

1) Download the SAGECHAT folder 
2) Go to the directory of SAGECHAT in your computer in the Terminal:
3) In that directory do the command: 
  python chatserver.py address username password

address = address where your inotebook() gets loaded in SAGE (ex. http://localhost:8000)
username = your user name in SAGE notebook (ex. admin)
password = your password in SAGE notebook (ex. sagechat)

example: python chatserver.py http://localhost:8000 admin sagechat 

4) In another window of the terminal:
  *Load the SAGE inotebook() 
  *The SAGE inotebook() server should startup
  **NOTE: you don't need to have the browser of the inotebook() open, you only need the inotebook() server to be available (in the Terminal)

5) Go to http://localhost:3000/chat/chatname
Where (chatname) is the chatname you want to create.

6) Give the person you want to chat with your ip address (ex. 69.91.131.95) and the chatname.  Have them go to http://69.91.131.95:3000/chat/chatname

7) Chat!