项目作者: fablabwinti

项目描述 :
Webserver part for the user access authorisation solution
高级语言: TSQL
项目地址: git://github.com/fablabwinti/access_auth_server.git
创建时间: 2017-06-02T12:42:21Z
项目社区:https://github.com/fablabwinti/access_auth_server

开源协议:GNU Lesser General Public License v3.0

下载


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