• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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