Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 796 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 796 Bytes

access_auth_server

Webserver part for the user access authorisation solution

installation

You need to install MySQL and NodeJS V6 to run this server.

  • Get MySQL from https://dev.mysql.com/downloads/installer/
  • Install it
  • Open MySQL Workbench
  • Import the sql/flauth.sql (this creates a new schema/database flauth)
  • Create a new user flauth with any password and all privileges for schema flauth
  • Get Node JS V6 from https://nodejs.org/en/download/
  • Install it
  • Git clone the access_auth_server repository into a folder (or download zip and unpack)
  • Move to the cloned folder cd access_auth_server
  • Run npm install to install all dependencies
  • Open *config.js and adjust your password for the DB on line 11
  • Save the file
  • Run node server.js