ManiaPlanet APT (Debian/Ubuntu) repository
Moderator: NADEO
Re: ManiaPlanet APT (Debian/Ubuntu) repository
Repo updated with 2013-07-02b
ManiaPlanet technical documentation portal (Dedicated, ManiaLink, ManiaScript, Titles...) -- contribute!
Re: ManiaPlanet APT (Debian/Ubuntu) repository
Repo updated with 2013-07-04
ManiaPlanet technical documentation portal (Dedicated, ManiaLink, ManiaScript, Titles...) -- contribute!
Re: ManiaPlanet APT (Debian/Ubuntu) repository
07-04? xbx's standalone release last night was 07-03.magnetik wrote:Repo updated with 2013-07-04
Developer of XASECO for TMF/TMN ESWC & XASECO2 for TM²: see XAseco.org
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
Re: ManiaPlanet APT (Debian/Ubuntu) repository
Okay maybe it was 03 

ManiaPlanet technical documentation portal (Dedicated, ManiaLink, ManiaScript, Titles...) -- contribute!
Re: ManiaPlanet APT (Debian/Ubuntu) repository
Repo updated with latest version 

ManiaPlanet technical documentation portal (Dedicated, ManiaLink, ManiaScript, Titles...) -- contribute!
Re: ManiaPlanet APT (Debian/Ubuntu) repository
Is it possible to update to a users home folder yet, or do i have to used that shared folder in /opt ?
Re: ManiaPlanet APT (Debian/Ubuntu) repository
It's not possible to specify the installation directory.
What are you trying to acheive?
What are you trying to acheive?
ManiaPlanet technical documentation portal (Dedicated, ManiaLink, ManiaScript, Titles...) -- contribute!
Re: ManiaPlanet APT (Debian/Ubuntu) repository
Someone spoke earlier in the forum about updating installations in the users home directory.
Instead of everyone sharing the one in /opt/maniaplanet-server.
Perhaps it works using shortcuts/links from the home directory to the /opt/maniaplanet-server with ln -s?
Instead of everyone sharing the one in /opt/maniaplanet-server.
Perhaps it works using shortcuts/links from the home directory to the /opt/maniaplanet-server with ln -s?
Re: ManiaPlanet APT (Debian/Ubuntu) repository
Yep but that's not something that is doable with a Debian package.
You can use symbolink link in your user directory indeed, but iif you share it among different users, they will all modify the same version of the files.
You can do a quite simple update script :
You can use symbolink link in your user directory indeed, but iif you share it among different users, they will all modify the same version of the files.
You can do a quite simple update script :
Code: Select all
#!/bin/bash
FILE="http://files.maniaplanet.com/ManiaPlanet2Beta/ManiaPlanetBetaServer_latest.zip"
wget $FILE -O ManiaPlanetBetaServer_latest.zip
unzip ManiaPlanetBetaServer_latest.zip -d /home/USERNAME/maniaplanetserver/
rm ManiaPlanetBetaServer_latest.zip
ManiaPlanet technical documentation portal (Dedicated, ManiaLink, ManiaScript, Titles...) -- contribute!
Re: ManiaPlanet APT (Debian/Ubuntu) repository
Thanks. 
But that would overwrite all the config-files etc too right?
I was thinking I should try symlinks, but I will run several instances of MP.
Could link to different start-scripts I guess? That points to different config-files...

But that would overwrite all the config-files etc too right?
I was thinking I should try symlinks, but I will run several instances of MP.
Could link to different start-scripts I guess? That points to different config-files...
Who is online
Users browsing this forum: No registered users and 1 guest