Skip to content

zz38/smb4manager

 
 

Repository files navigation

SMB4Manger Samba4 Manager

Samba4 Web Manager

Webapp to manage Samba4 samba-tool

Installation

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

ScreenCast

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 Shots

image image image image image

Requirements

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

Bug, Task, Features Report

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.7%
  • CSS 18.0%
  • Python 8.7%
  • HTML 3.3%
  • Shell 0.3%