Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 21 days ago
JSON representation

ADRINI SSO TO ACCESS IOT PLATFORM

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
```