Remove outdated sketches.txt and add run instructions to README

This commit is contained in:
Stefan Hacker
2013-02-27 20:55:38 +01:00
parent e02206b022
commit 5ef6b5f6df
2 changed files with 5 additions and 84 deletions

5
README
View File

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

View File

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