Skip to content

VickySource/iucas-protected-site-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IU-CAS Protected Site

An express-based application server which hosts a static site viewable only by a specified set of IU users.

Pre-requisites

  • NodeJS 8+

Installation

Run npm install to install dependencies. Copy example.env to .env and customize for your static site.

Running

Either run npm start or ./server.js. The server normally checks for a .env file in the same directory as server.js. If you want to provide a different .env pass it on the command like like this: ./server.js my.env.

See also

About

A simple node/express server for hosting sites that require IU CAS authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • HTML 1.5%