Login / Status
developer.Resource
Home . About . System requirements
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

System Requirements

TYPO3 is a web application programmed in PHP, but it is not an application in the usual sense (Windows, Mac or Linux). In other words: TYPO3 is installed on a webserver alongside PHP, and you work with it through a web browser, like Internet Explorer or Mozilla Firefox, or you "run" TYPO3 on the server.

To run TYPO3 successfully there are some requirements for both server and client (user) that must be met.

Webserver

High-performance setups will want to make use of load-balancing and use the staging/static HTML-export capability of TYPO3. Check for the static file setup in the mailing list archives and in the installation script to get started.

Optional - but recommended - webserver software extras:

Further individual extensions may require further software to be available. For instance the AWstats extension is based on Perl and the Indexed Search engine uses "pdftotext" and "catdoc" for indexing PDF and Word documents.

Client (user)

Important notice about memory consumption

Currently there are parts in TYPO3 requiring more than the usual 8MB memory configured in the php.ini files of default installations. In many cases this is not at all a problem since that memorylimit is ignored unless support for it has been compiled into PHP (or if you are running PHP as CGI).

But the bottom line is - configure for at least 16 MB memory (we recommend to use 32 MB or even more).

We are always working on memory optimizations, but certain parts of TYPO3 will just require more than 8MB of memory.

In general, you won't be happy with TYPO3 on your old 486 ;-)