Following up from this install guide, always make sure that you are using ManiaLive only with the version MLEPP supports.
Download Manialive, the standard plugins and MLEPP.
For upgrading, stop the server (or at least manialive).
$ cd ~ $ mv ManiaLive2_r260.zip manialive/ $ mv MLEPP_r1050.zip manialive/ $ mv standard_plugins_r260.zip manialive/ $ cd manialive/ $ mkdir mlepp $ mv MLEPP_r1050.zip mlepp/ $ cd mlepp/ $ unzip MLEPP_r1050.zip $ cd .. $ unzip ManiaLive2_r260.zip $ unzip standard_plugins_r260.zip
Copy the extracted plugins over.
$ cp -r standard_plugins_r260/* ManiaLive2_r260/ $ cd mlepp/ $ cp -r config libraries tools update ../ManiaLive2_r260/ $ cd ../ManiaLive2_r260
Now copy the old configs.
$ cd config/ $ cp ../../ManiaLive2_r251/config/* .
Verify them ok. Check that the copied content from config-mlepp-example.ini is still working, meaning that logs/runtime.log is loading all plugins!
Now copy the run.ini if missing in ManiaLive release and make ‘run’ executable.
$ cd .. $ cp ../ManiaLive2_r251/run.ini . $ chmod +x run
Edit the path in runall script
$ cd ~ $ vim runall cd ~/manialive/ManiaLive2_r260 ./run --start
Start the server.