Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1000 B

  1. Thanks for downloading mumble-django.
  2. To install the fully functional version, extract it to wherever you would
  3. like it to reside. Alter settings.py to fit your needs (the most important
  4. parts are the Database config and the TEMPLATE_DIRS), and then run:
  5. python manage.py syncdb
  6. If you need instructions on how to configure your web server in order to
  7. serve this application, you can have a look at the Wiki at
  8. <http://bitbucket.org/Svedrin/mumble-django/wiki/Webserver_Setup>. The wsgi
  9. config file is already included as mumble-django.wsgi, but you will have to
  10. alter the paths in this file.
  11. Note that there is no need to use the same Database that Murmur itself uses,
  12. as mumble-django exclusively uses DBus to connect to Murmur and does not
  13. access Murmur's database directly.
  14. Also note that this application requires Python 2.3 or later, and a
  15. functional installation of Django 1.0 or newer. You can obtain Python
  16. from http://www.python.org/ and Django from http://www.djangoproject.com/.