Skip to content

Gazzonyx/smb4manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMB4Manger Samba4 Manager

Samba4 Web Manager

Webapp for manager Samba4 samba-tool Do not use in production environment Add new lib samba python

Instalation

## OpenSUSE 12.X
zypper install -y gcc make python-xml git-core python-devel python-pip python-virtualenv python-pyOpenSSL

## Ubuntu/Debian
apt-get install gcc make git-core python-devel python-pip python-virtualenv

cd /opt/
git clone http://github.com/jniltinho/smb4manager.git
cd smb4manager
chmod +x create_env.sh
./create_env.sh

Run SMB4Manager

## Rocket Standalone WebServer WSGI
## Production run SSL
./runserver.py
https://server_ip:8010
samba4 administrator login

## Debug run SSL
./runserver.py --debug
https://server_ip:8010
samba4 administrator login

Screen

image image image image image

Requirements

samba4, samba-tool, python-xml, git-core, python-pip, python-virtualenv, gcc, make

Bug, Task, Features Report

About

Samba4 Web Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.4%
  • Python 14.5%
  • Shell 0.1%