• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Mambo 4.6.2 rpm - How to create RPM and add to application vault?

H

hc_andy

Guest
We have some customers wanting to use Mambo 4.6.2. How do I add this to the plesk application vault? I believe I need to create an rpm of sort but wouldn't mind hearing if anyone has done this before or whether there's already a rpm for Mambo 4.6.2 out there somewhere.

I've read the plesk literature (plesk application vault - development's guide) on how to create rpm and it doesn't look appear to be very easy.

Thanks.

Andy
 
This is one I did for phpBB if you need a starting point.

http://3es.atomicrocketturtle.com/packages/phpBB/

I'd say doing app vault rpms are bit more complex than a normal rpm, but not as complicated as something like a kernel package.

Some dos and donts:

Dont modify the original source tar.gz/tar.bz2 from the vendor. Use patches instead, it makes updating the package trivial later on.

Avoid the Epoch field, use Release instead. Epochs can get pretty messy after a few updates.
 
Hi atomicturtle,

Thank you for your reply.

I'll continue to plough through the plesk literature slowly and see what I come up with.

thanks.

Andy
 
Back
Top