Step by Step Instructions for beginners for Creating a Basic Web Page at NJIT

All NJIT students, faculty and staff can crate personal website and store on Highlander AFS, NJIT's implementation of Andrew File System . Web.njit.edu is the web server for AFS. After you create your webpage it will have a URL in the form: http://web.njit.edu/~yourUCID.

Java programs, PHP, JSP, and MySQL are currently supported. Students can also run CGI scripts from their AFS account. MySQL is a multi-user, multithreaded SQL (Structured Query Language) database server. Any user with a Highlander AFS account may request access to MySQL by sending an email to mysql-request@oak.njit.edu. For more information on MySQL at NJIT, please visit http://web.njit.edu/mysql.

Below are steps that you have to complete in order to create your website.

  1. Be sure you have met the prerequisites. See our list of prerequisites.

  2. Obtain the required hardware and software. See our list of hardware and software requirements .

  3. Get an account on an AFS system . For instructions on setting up an account on one of these system click here.

  4. Once you have set up an account, create a public_html folder. For an animated tutorial on setting up your home page click here.

  5. Prepare your PC and web editor.

  6. Edit your page.

  7. Upload your page to the web server. Start your SSH software and connect to your web server (afsx.njit.edu). For instructions how to use SSH click here. Copy your homepage file from your PC to your public_html directory on the web server.

  8. Congratulations! You have created and published your web page. Be sure to check the page using a browser. The url of your homepage is your the name of the web server followed by .njit.edu plus a forward slash (/) and tilde (~) and your login id for the web server. For example, if your login id is watson, the URL for your homepage will be http://web.njit.edu/~watson

Useful Resources

General Web Information
HTML Tutorials

 

    Return to top.

 

Made April 4 2008
by Jolanta Soltis