Book Image

Managing eZ Publish Web Content Management Projects

Book Image

Managing eZ Publish Web Content Management Projects

Overview of this book

open-source CMS (content management system) and development framework with functionality for web publishing, intranets, e-commerce, extranets, and web portals. In this book, Martin Bauer of designit.com.au an eZ publish Silver partner, teaches you how to successfully manage and implement an eZ publish web content management project. He shows you how to produce quality results in a repeatable manner with the minimum of effort, and end up with eZ publish solutions that will delight your clients. The book presents strategies, best practices, and techniques for all steps of your eZ publish project, starting from client requirements, through planning, information architecture and content modeling, design considerations, and right up to deployment, client training, maintenance, support, and upgrades.
Table of Contents (20 chapters)
Managing eZ Publish Web Content Management Projects
Credits
About the Author
About the Reviewers
Preface
Index

Infrastructure


Before you start configuring eZ publish based on your specification, you need to make sure you have the appropriate environments in place. For any decently sized project, you should have three environments: development, staging, and production. All three environments need to be identical in terms of configuration. The same versions of all software need to be on all servers. This is vital; a minor difference in versions of any part of the environment can lead to problems. Having a different point release of MySQL may cause problems when you move from one environment to the next.

In terms of hardware, they can be different; the development server need not be as powerful as those for staging or production. But it must have a reasonable performance or it will slow down the progress of development. If you try to cut corners and only set up a single environment, you will inevitably run into problems later in the project when content population starts and especially when there's a...