Remove outdated sketches.txt and add run instructions to README
This commit is contained in:
5
README
5
README
@@ -43,6 +43,11 @@ have any improvements or suggestions please contact us. Whether you
|
||||
prefer a pull request, visiting us in IRC in #mumble on Freenode or
|
||||
starting a thread in our forums at http://sourceforge.net/apps/phpbb/mumble/ is up to you.
|
||||
|
||||
To configure and run mumo take a look at the mumo.ini and the module
|
||||
specific configurations in modules-available folder. Enabling modules
|
||||
is done by linking the configuration in modules-available to the
|
||||
modules-enabled folder.
|
||||
|
||||
mumo requires:
|
||||
- python 2.7*
|
||||
- python-zeroc-ice
|
||||
|
84
sketches.txt
84
sketches.txt
@@ -1,84 +0,0 @@
|
||||
********************
|
||||
* Folder structure *
|
||||
********************
|
||||
@@@@@@@@@@
|
||||
/usr/sbin/
|
||||
@@@@@@@@@@
|
||||
mumo
|
||||
|
||||
@@@@@@@@@
|
||||
/usr/lib/
|
||||
@@@@@@@@@
|
||||
|
||||
mumo/
|
||||
mumo.py
|
||||
murmur_derivates.py
|
||||
modules/
|
||||
idlemove.py
|
||||
modbf2/
|
||||
__init__.py
|
||||
engine.py
|
||||
foo.py
|
||||
bar.py
|
||||
|
||||
|
||||
@@@@@
|
||||
/etc/
|
||||
@@@@@
|
||||
|
||||
mumo/
|
||||
mumo
|
||||
modules-available/
|
||||
idlemove
|
||||
modbf2
|
||||
modules-enabled/
|
||||
idlemove
|
||||
|
||||
|
||||
*********************
|
||||
* Config structure: *
|
||||
*********************
|
||||
|
||||
mumo
|
||||
====
|
||||
[modules]
|
||||
mod_dir = /usr/sbin/modules/
|
||||
cfg_dir = /etc/modules-enabled/
|
||||
timeout = 2
|
||||
|
||||
[Ice]
|
||||
ip = 127.0.0.1
|
||||
port = 6502
|
||||
slice = Murmur.ice
|
||||
secret =
|
||||
|
||||
[logging]
|
||||
file = /var/log/mumo/mumo.log
|
||||
level = DEBUG
|
||||
|
||||
|
||||
idlemove
|
||||
========
|
||||
[idlemove]
|
||||
servers = 1,2,3,4,6,7
|
||||
interval = 0.1
|
||||
timeout = 3600
|
||||
mute = True
|
||||
deafen = False
|
||||
channel = 123
|
||||
|
||||
modbf2
|
||||
======
|
||||
[modbf2]
|
||||
bla = blub
|
||||
blib = bernd
|
||||
|
||||
[CoolServer1]
|
||||
vserver = 1
|
||||
root = bf2gaming/CoolServer1Chan
|
||||
sink = True
|
||||
|
||||
[NotSoCoolServer]
|
||||
vserver = 2
|
||||
root = NotSoCoolServerChan
|
||||
sink = False
|
Reference in New Issue
Block a user