https://github.com/timja/uma-auth-server
https://github.com/timja/uma-auth-server
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/timja/uma-auth-server
- Owner: timja
- License: apache-2.0
- Created: 2016-06-07T04:08:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-07T04:09:20.000Z (about 10 years ago)
- Last Synced: 2025-02-04T22:31:06.831Z (over 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Uma Authorisation Server
=======================
### Prerequisites
* Install npm
Then run:
```
npm install
```
Use forever to update after file changes
```
npm install -g forever
```
Then use something like:
```
forever --watch --watchDirectory routes/ --watchIgnore *.log bin/www
```