• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Creating an RPM package

C

cornerstone

Guest
Could anyone point me in the right direction?

I am trying to create a custom WordPress install to upload to the Application Vault. We want to install the new version of WP into this package,with prepackaged themes and plugins, as we are stuck with a broken version of 2.3.3, right now.

Is there a way to create this package easier than using Linux commands? My Linux skills are minimal and our other developer has left and took his Linux knowledge with him (He used to do the RPM builds).

Your help is more than appreciated. Please steer me in the right direction.
 
To make rpms you always need at least two tools, an editor and rpmbuild, everything else is related to building the package (compilers, interpreters, lint, etc). I haven't made any app vault rpms recently, but I'd be happy to give you pointers. I do have a basic wiki page here:

http://www.atomicorp.com/wiki/index.php/RPMS

This covers some do's and don'ts for packaging, and some specifics for app vault packages. Did you already have a src.rpm of the wordpress appvault package?
 
Back
Top