1.0.0-semantic-ui.2cab4aa • Published 4 years ago

auth-ui-tmp v1.0.0-semantic-ui.2cab4aa

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Oonum/auth-ui

A single login page for the Oonum ecosystem.

Pre-Requisites

  • NodeJS LTS
  • Docker (verify install with docker -v and docker-compose -v)
  • Git Bash (if Windows)
  • Oonum Npm Packages Login (setup account at npmjs.com and login from the command line using npm login)
  • Gcloud (see https://cloud.google.com/container-registry/docs/advanced-authentication)
    • during gcloud init select [2] oonum-management-e05248 and [13] us-west1-a
    • after gcloud init gcloud auth configure-docker

Getting Started

Run Git Bash as an administrator (if Windows)

Run Scripts
# get up and running for development
npm install
npm run build
# npm run test # TODO
npm run devup
npm run dev

Access the website at http://localhost:3006/?source=extranet
An example user is created during npm run devup that can be used to log in.
Username: test@oonum.com
Password: test
A successful login attempts to forward to a different url.

# cleanup
npm run devdown