 |
Using prebuilt binaries
If you have installed Debian Linux on your Mix server,
you may use the precompiled installation packages we provide.
Debian precompiled installation packages
Insert the package URL in your /etc/apt/sources.list:
deb http://anon.inf.tu-dresden.de/develop/deb /
Then call:
apt-get update
apt-get install mix
Copy the configuration file(s) created by the mix configuration tool in the directory /etc/mix
and start the mix by typing sudo /etc/init.d/mix start.
If you deploy more than one configuration file, a separate mix will be started for each of the files.
To stop all running mixes, type sudo /etc/init.d/mix stop.
|  |

|