ManiaPlanet APT (Debian/Ubuntu) repository

Moderator: NADEO

Post Reply
User avatar
magnetik
Posts: 1673
Joined: 01 Feb 2012, 19:13
Location: Bordeaux
Contact:

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Post by magnetik »

Repo updated with 2013-07-02b
ManiaPlanet technical documentation portal (Dedicated, ManiaLink, ManiaScript, Titles...) -- contribute!
User avatar
magnetik
Posts: 1673
Joined: 01 Feb 2012, 19:13
Location: Bordeaux
Contact:

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Post by magnetik »

Repo updated with 2013-07-04
ManiaPlanet technical documentation portal (Dedicated, ManiaLink, ManiaScript, Titles...) -- contribute!
User avatar
Xymph
Posts: 1399
Joined: 15 Jun 2010, 20:35
Contact:

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Post by Xymph »

magnetik wrote:Repo updated with 2013-07-04
07-04? xbx's standalone release last night was 07-03.
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
User avatar
magnetik
Posts: 1673
Joined: 01 Feb 2012, 19:13
Location: Bordeaux
Contact:

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Post by magnetik »

Okay maybe it was 03 :D
ManiaPlanet technical documentation portal (Dedicated, ManiaLink, ManiaScript, Titles...) -- contribute!
User avatar
magnetik
Posts: 1673
Joined: 01 Feb 2012, 19:13
Location: Bordeaux
Contact:

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Post by magnetik »

Repo updated with latest version :thumbsup:
ManiaPlanet technical documentation portal (Dedicated, ManiaLink, ManiaScript, Titles...) -- contribute!
ubbe
Posts: 7
Joined: 22 Jun 2012, 09:25
Location: Sweden
Contact:

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Post by ubbe »

Is it possible to update to a users home folder yet, or do i have to used that shared folder in /opt ?
User avatar
magnetik
Posts: 1673
Joined: 01 Feb 2012, 19:13
Location: Bordeaux
Contact:

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Post by magnetik »

It's not possible to specify the installation directory.
What are you trying to acheive?
ManiaPlanet technical documentation portal (Dedicated, ManiaLink, ManiaScript, Titles...) -- contribute!
ubbe
Posts: 7
Joined: 22 Jun 2012, 09:25
Location: Sweden
Contact:

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Post by ubbe »

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?
User avatar
magnetik
Posts: 1673
Joined: 01 Feb 2012, 19:13
Location: Bordeaux
Contact:

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Post by magnetik »

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 :

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!
ubbe
Posts: 7
Joined: 22 Jun 2012, 09:25
Location: Sweden
Contact:

Re: ManiaPlanet APT (Debian/Ubuntu) repository

Post by ubbe »

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...
Post Reply

Return to “Dedicated Server”

Who is online

Users browsing this forum: No registered users and 1 guest