 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Mike Willbanks' Blog: RPM Packaging - Building and Deploying your own PHP
by Chris Cornutt December 22, 2011 @ 09:41:18
Mike Willbanks has a new post to his blog about a different sort of technique for deploying PHP - building your own RPMs instead of just using the pre-packaged ones. This opens up a whole world of customization options.
In the PHP world, one might ask why not just build it from source? Well, an RPM IS built from source and then distributed to many servers - we can ensure that we have the same packages on each, we can maintain the same versions and if you've read my previous post on Pirum you will know that I also like mirroring PEAR packages.
He walks you through the structure of an RPM package (the spec file, with examples, and the source), the "%prep", "%build" and "%install" containers as well as where the source needs to live for things to work correctly.
voice your opinion now!
rpm package custom build deploy tutorial
Dan Field's Blog: Deploying PHP Applications on Red Hat Linux
by Chris Cornutt June 14, 2010 @ 08:44:53
Dan Field has a new post to his blog today about deploying PHP applications "The Red Hat Way" - as a single RPM package that can be dropped into any RedHat system and installed easily.
Red Hat is one of the largest Linux distributions in the enterprise market and there are a multitude of other RPM based distributions such as CentOS, Fedora, Mandriva, SuSE. Many people are deploying their web projects into RPM based environments and it makes a lot of sense to try to do things the "Red Hat Way". This post deals with introducing the Red Hat filesystem layout and automatically deploying a web application into it with the RPM package management tool and a YUM repository.
He shows how to build the configuration files, making a build properties file, creating the Apache configuration, setting up a config for the VirtualHost to be added to the Apache install and finally, building the tarball package and making it into an RPM.
voice your opinion now!
deploy application redhat rpm yum package
PHP 10.0 Blog: Zend Server PHP sources
by Chris Cornutt October 27, 2009 @ 09:48:26
On the PHP 10.0 blog today Stas points out some packages from Zend that are the source versions of the Zend Server platform:
I was asked about PHP going with Zend Server, specifically from which sources it is built - as we don't ship source packages for the builds. Since Zend Server includes PHP build that can have some patches applied from SVN past the release (i.e. if the package has version 5.2.10 it might have some patches that were in SVN 5.2 branch past 5.2.10 tag) - I think it is important that people know what they are going to run if the use Zend Server.
The two packages, php-5.2-source-zend-server and php-5.3-source-zend-server, can be installed just like any other rpm/deb package and will give you full access to the source of the latest Zend Server installation. There's no Changelog included yet, but it should be "Coming Soon" according to Stas.
voice your opinion now!
package zendserver source rpm deb
HowTo Forge: Installing The PHP-MSSQL Module On CentOS 5.0
by Chris Cornutt August 29, 2007 @ 11:16:00
The HowTo Forge website has a new tutorial CentOS users out there might want to check out. It steps through the installation of a MSSQL database extension for PHP (it's not installed by default) from the yum repository.
As you might have noticed on Centos 5.0, there is no PHP-MSSQL module/extension available in the default yum repositories. So if you want to use it you can alter the PHP binary or you can compile an mssql module/extension. In this article I will explain how to compile the mssql module/extension.
It's a pretty simple process involving only a few downloads (RPM files) and altering the contents of some configuration files to make things work together happily. In the end, you'll have a dynamic extension you can load into your PHP installation whenever you want.
voice your opinion now!
centos rpm mssql database tutorial install module compile centos rpm mssql database tutorial install module compile
|
Community Events
Don't see your event here? Let us know!
|