Bowers CIS Web Servers

Contents

Web Server Overview

Cornell Bowers CIS faculty, staff, and Phd students can use the department web servers for hosting websites related to their research and instructional activities.

Important: To edit the site from off-campus, you must connect to Cornell VPN via instructions here: https://it.cornell.edu/cuvpn

  • Course/Research/People sites are editable via SSH or SFTP to managed servers: linux.coecis.cornell.edu
  • Authentication is with Cornell NetID and password.
  • Full instructions with details are below.
  • You must request a new directory for research sites. Course sites are automatically added before the start of each semester.
  • Please submit a helpdesk ticket with any questions about this web hosting service.

Departure from Cornell

Upon departure from Cornell, users will not be able to access or edit your pages.  Prior to departure, please setup up any closing message or update to your page.  If you no longer have access, please submit an IT ticket for IT to set up a One Time, edit to your page.

This access restriction is due to the account de-provisioning that happens at the University level as shown here: IT Services available with your new relationship to Cornell.

WordPress

WordPress hosting is offered through a separate service called CampusPress. WordPress makes it easy and intuitive to update your website, so it is recommended for users who don’t want to code HTML or PHP directly. For more information, see the WordPress service site.

Web Accessible Templates

Cornell Bowers CIS provides HTML web accessible templates matching the college branding. You can preview the template here:

The HTML code is available for everyone in the Bowers CIS community to use. Please copy the code from the one of the following directories when you create your site:

  • /cs/courses/cistemplate or /is/courses/cistemplate
  • /is/research/cistemplate or /cs/research/cistemplate
  • /cs/people/cistemplate or /is/people/cistemplate

Templates for WordPress are also available. You can preview the WordPress template here:

Instructions for Editing

SSH – Faculty and Graduate Students

  • Login to the general purpose Linux cluster (linux.coecis.cornell.edu) with Cornell NetID and password:
    • ssh netid@linux.coecis.cornell.edu
  • Change directory to /cs/ or /is/ for your department:
    • If you cannot find your directory, please submit an IT ticket to create one.
    • Course website:
      • cd /cs/courses OR cd /is/courses
      • Change directory to applicable course folder, e.g. /cs/courses/info1309/2019fa
    • Research website:
      • cd /is/research/[your research site] OR cd /cs/research/[your research site] OR cd /stat/research/[your research site]
      • Change directory to your folder, e.g. /cs/research/fabric
    • Personal website:
      • cd /cs/people/[your netid] OR cd /cs/people/[your netid] OR cd /stat/people/[your netid]
  • Edit files with text editor of your choice: vi, vim, emacs, nano
  • Or edit locally and then use a local client like rsync or scp to transfer files

SFTP – All others

  1. Create a local folder in which to save your website files
  2. Any SFTP client will work. We recommend Filezilla for its cross-platform support. Download and Install FileZilla:
    https://filezilla-project.org/download.php?type=client
  3. Launch FileZilla, click File Menu, choose Site Manager
  4. Click New Site
    1. Host: linux.coecis.cornell.edu
    2. Protocol: SFTP – SSH File Transfer Protocol
    3. Logon Type: Normal
    4. Username: Cornell NetID
    5. Password: NetID Password
  5. Click Advanced tab, Set Default remote directory
    1. Course website: /[cs or is or stat]/courses
    2. Research website: /[cs or is or stat]/research/[your research site]
    3. Personal website: /[cs or is or stat]/people/[your netid]
  6. Click OK
  7. Click File menu, choose Site Manager, select the site and click Connect
  8. On first login, there is a Unknown Host Key prompt; check the box to Always trust this host, add this key to cache, then click OK
  9. Browse to your folder on the server to download files to the local folder you created.
  10. Edit the local files in an editor of your choice
  11. Upload modified files to the server.

Testing

  1. Course websites will appear under the main department websites in the /courses subdirectory:
    1. CS example: http://www.cs.cornell.edu/courses/cs1110/2019sp/
    2. IS example: http://www.infosci.cornell.edu/courses/info1309/2019fa
    3. A web crawler checks for new course websites every night and automatically adds them to the course listings.
  2. Research websites will appear in the /projects or /research subdirectory
    1. You can request a custom domain name for your site, e.g. [research group name].[department].cornell.edu
  3. Personal websites will appear under your requested username
    1. IS example: http://www.infosci.cornell.edu/~username/
    2. CS example: http://www.cs.cornell.edu/~username/

Learn more about the ITSG

IT Maintenance and Alerts

Sitemap

IT@Cornell Services