sciserver / login-portal

The portal for DIBBs Single Sign On
MIT License
0 stars 1 forks source link

login-portal

The portal for DIBBs Single Sign On. The old JavaScript version of the SSO portal. No longer in use.

Installation

Install http://nodejs.org

Install bower & grunt

$ npm install bower grunt-cli -g

To launch portal in dev mode:

$ git clone https://github.com/idies/login-portal.git
$ cd login-portal
$ npm install && bower install && grunt

# Open browser on http://localhost:8080

(version of angular and angular-animate should be equal)

Grunt compiles the portal into build folder, which can be relocated to any web server for production use ('grunt build').