• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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