https://github.com/sofyan48/adrini_sso_platform
ADRINI SSO TO ACCESS IOT PLATFORM
https://github.com/sofyan48/adrini_sso_platform
iot iot-platform platform sso
Last synced: 8 months ago
JSON representation
ADRINI SSO TO ACCESS IOT PLATFORM
- Host: GitHub
- URL: https://github.com/sofyan48/adrini_sso_platform
- Owner: sofyan48
- License: mit
- Created: 2019-02-25T22:42:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T01:38:28.000Z (almost 3 years ago)
- Last Synced: 2025-02-19T14:07:48.659Z (9 months ago)
- Topics: iot, iot-platform, platform, sso
- Language: Python
- Homepage: https://adrini.com
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SSO PLATFORM FOR ADRINI
## INSTALLING
Copy env.example to .env
```
cp env.example .env
```
setting your environment
```
pip install -r requirements.txt
```
## DATABASE
Installing InfluxDB Reference [action](https://docs.influxdata.com/influxdb/v1.7/introduction/installation/)
## DEVELOPMENT
```
python manager.py server
```
## PRODUCTION
using gunicorn run
```
sh run.sh
```