Samba4 Web Manager
Webapp to manage Samba4 samba-tool
## Ubuntu/Debian
apt-get install gcc make git python3-dev python3-pip python3-virtualenv samba
cd /opt/
git clone http://github.com/jniltinho/smb4manager.git
cd smb4manager && bash create_env.sh
## Rocket Standalone WebServer WSGI
## Production run SSL
flask/bin/python3 runserver.py --flask
https://server_ip:8010
samba4 administrator login
## Debug run SSL
flask/bin/python3 runserver.py --flask --debug
https://server_ip:8010
samba4 administrator login
samba, python3-xmlschema, git, python3-pip, python3-virtualenv, gcc, make