Please donate if you
feel this project should
remain active.
A donation enables us
to pay for development.

 


1.) MySQL will be updated with the latest version depending on the choosen Script.

Your existing MySQL Version will be updated.
Please make sure to backup any relevant data before executing the build-script.

The automatic-build script has been designed for a clean system without databases.

If you donīt wish to overwrite your existing MySQL installation please comment out
the following lines in the automatic-build script:


Section "Downloading all required files for installation"

wget http://www.typo3-installer.de/download/MySQL-client-5.1.54-0.glibc23.i386.rpm
wget http://www.typo3-installer.de/download/MySQL-devel-5.1.54-0.glibc23.i386.rpm
wget http://www.typo3-installer.de/download/MySQL-shared-5.1.54-0.glibc23.i386.rpm
wget http://www.typo3-installer.de/download/MySQL-server-5.1.54-0.glibc23.i386.rpm

 

Section "Installing required RPMs"

rpm -ivh --force MySQL-client-5.1.54.glibc23.i386.rpm
rpm -ivh --force MySQL-devel-5.1.54-0.glibc23.i386.rpm
rpm -ivh --force MySQL-shared-5.1.54-0.glibc23.i386.rpm
rpm -ivh --force MySQL-server-5.1.54-0.glibc23.i386.rpm
rpm -ivh --force xdevel-4.0-10.i386.rpm

 
If you comment out the lines above, you need to create a TYPO3 database using the TYPO3-Install tool on your own.
If your TYPO3 Installation prompts with database error / wrong username please restart your MySQL daemon after completed installation.

Make sure to check MySQL access-permissions for hosts and users to ensure security of your TYPO3 Website.

-------------------------------------------------------------------------------------------------------------------

2.) 300MB free-space required at your root-tree

The install script creates a new directory at /typo3install and downloads all required files which will
be extracted. After downloading, make the install script executable (e.g. chmod +x build_all.sh !

Execute the automatic build by calling the installation-script (e.g. ./build_all.sh)

-------------------------------------------------------------------------------------------------------------------

3.) General Information

Apache, TYPO3 and all required libraries will be placed in /usr/local/typo3 - this means you can
run your Apache enviroment in parallel.

-------------------------------------------------------------------------------------------------------------------

PLEASE use the Installation mailing list before mailing the author directly! Questions that have
been answered recently on the mailing list will be moved to /dev/null. (that means they'll be
deleted, for non-UNIX people.). If you have a good question, feel free to write me -- but make
sure you do your homework first. See the Links for good help-resouces.

The execution of this script is on your own risk - no guarantee for any damage or data loss!

README.txt for latest changes.