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: 5 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T19:43:12.000Z (about 1 year ago)
- Last Synced: 2025-05-16T13:09:03.375Z (5 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: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
#~
```