Skip to content

Commit

Permalink
NAS Version with SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
cprezzi committed Nov 25, 2018
1 parent a302451 commit 71df9ab
Show file tree
Hide file tree
Showing 8 changed files with 2,371 additions and 138 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@
*.log
logfile.txt

# Backup files #
################
*.bak

# OS generated files #
######################
.credentials
.DS_Store
.DS_Store?
._*
Expand All @@ -38,8 +43,10 @@ Icon?
ehthumbs.db
Thumbs.db
*~
keys
node_modules

# Local settings #
##################
.env
client-secret.json
15 changes: 15 additions & 0 deletions README.md
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**
Loading

0 comments on commit 71df9ab

Please sign in to comment.