Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiotocalini/mavapa
Accounts Management
https://github.com/sergiotocalini/mavapa
account-management flask iam identity idp idprovider ldap-authentication oauth oauth-server pony python
Last synced: 1 day ago
JSON representation
Accounts Management
- Host: GitHub
- URL: https://github.com/sergiotocalini/mavapa
- Owner: sergiotocalini
- License: gpl-3.0
- Created: 2017-01-24T10:33:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T19:43:12.000Z (3 months ago)
- Last Synced: 2024-08-02T22:40:41.375Z (3 months ago)
- Topics: account-management, flask, iam, identity, idp, idprovider, ldap-authentication, oauth, oauth-server, pony, python
- Language: HTML
- Homepage: https://mavapa.readthedocs.io
- Size: 5.84 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mavapa
![Stars](https://img.shields.io/github/stars/sergiotocalini/mavapa?colorA=orange&colorB=orange&logo=github)
![Issues](https://img.shields.io/github/issues/sergiotocalini/mavapa)
![License](https://img.shields.io/github/license/sergiotocalini/mavapa)Accounts Management
# Dependencies
## Packages
* python-ldap
* MySQL-python
* requests
* pony
* flask### Debian/Ubuntu
```
#~ sudo apt install build-essential libsasl2-dev ldap-utils
libldap2-dev libmysqlclient-dev python-virtualenv
#~
```# Deploy
```
#~ git clone https://github.com/sergiotocalini/mavapa
#~ cd mavapa
#~ pip install -r requirements.txt
#~ APP_SETTINGS=mavapa.config.Local python run.py
#~
```## Gunicorn
...## Virtualenv
```
#~ virtualenv /etc/gunicorn/venvs/mavapa
#~ source /etc/gunicorn/venvs/mavapa/bin/activate
#~ pip install -r requirements.txt
#~ deactivate
#~
```