File: mumble-django.README.Debian

package info (click to toggle)
mumble-django 2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,828 kB
  • ctags: 2,432
  • sloc: python: 3,460; sql: 160; sh: 143; makefile: 41
file content (36 lines) | stat: -rw-r--r-- 1,230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
------------------------
Mumble-Django for Debian
------------------------

This package contains a Django project wrapped around python-mumble-django
to provide a full web interface.


Using Mumble-Django:
--------------------
After installation, open your web browser and point it to:
    http://localhost:8002/
This address can be configured by altering the apache2.conf file shipped
with this package.


Updating the database:
----------------------
When you installed Mumble-Django, a first database update was done
automatically to generate the database for you. If for some reason Mumble-
Django was unable to contact your Mumble server, you will need to run this
process manually to make sure your existing servers and users are detected.
To do this, run the following commands:
    cd /usr/share/mumble-django/pyweb
    python manage.py syncdb


File locations:
---------------
- Configs:        /etc/mumble-django
  - settings.py:  main configuration for Mumble-Django.
  - apache2.conf: VirtualHost config for the Apache2 web server.
- Database:       /var/lib/mumble-django
  contains all data stored in the web interface.
- Source code:    /usr/share/mumble-django
  contains all code necessary to run mumble-django.