-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
2,371 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# access_auth_server | ||
Webserver part for the user access authorisation solution | ||
|
||
# installation | ||
You need to install MySQSL 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) | ||
- Open **config.js* and adjust your password for the DB on line 11 | ||
- Save the file | ||
- Run **node server.js** |
Oops, something went wrong.