Showing posts with label sharada. Show all posts
Showing posts with label sharada. Show all posts

Wednesday, 19 November 2014

Setting up website on server at IITB

Paste all your files in the public_html folder.

if you can't do that. run
~$ ls -l
and see if have ownership rights on the folder. If you dont, send a email to admin[at]ee[dot]iitb[dot]ac[dot]in and ask them to give you those permissions.

Once you can copy into the folder, you are almost done.
go to - http://www.ee.iitb.ac.in/student/~loginname/

If your CSS file is not loading, then ssh to your account from a terminal, then run
~$ chmod -R 755 public_html

(the -R is very important)

Should be all working now.

Peace.