From www.typo3.org I have downloaded the quickinstall-3.5.0 and the typo3_src-3.5.0 tars and untarred them in an ibay.
At first I couldn't get it to work but then I realized that T3 is using symbolic links to chain the testsites and the sourcepackage together. I modified the e-smith custom template to include +FollowSymlink and now it is working.
Next step is to get T3 to see that I have installed ImageMagick. To do this I need to know where Imagemagick is installed under E-smith. I can see that there is some ImageMagick in /usr/lib but when I enter this path in the T3 configuration screen it states that there is no ImageMagick on the server.
Can somebody tell me where Imagemagic is installed?
JensK
I downloaded the test & src:
you can choose to download an empty filesset, the quickinstall (newcomers) or testsite.
In all 3 cases you need to also download the source.
The install notes for these are quite clear, but after you must
- in typo3/install/index.php # the line starting with die("In the main...
- add the text '+FollowSymlink' to the 'Option' line in the ibay section for where youve put your website, of the file /etc/httpd/conf/httpd.conf
- instal Imagemagick (typo3 recommend the old 4.2.9 version so I went with that!), by go to typo3.sunsite.dk/software/linux;
download the file onto you sme box;
cd /usr/local; tar xvzf imagemagick-4.2.9.tar.gz
you should now be able to access Typo3 and get
your database setup (I had a password problem here, and in fixing it via myPhpAdmin, stuffed my access to myPhpAdmin - ce la guerre!).
Typo3 is BIG, and it seems importnat to run the Install Tool... (this very clever tool, seems typical of the quality of typo3)
1. Basic Configutation:
- Freetype2 is in use with SME, so 72 must be changed to 96 in the configuration [GFX][TTFdpi] - vi typo3/localconf.php to do this, or better still Ive found it in #4 below!
-ImageMagick is located other than where typo3 expects it: in the Check this path for ImageMagick installation, enter /usr/local/imagemagick-4.2.9/bin/
(do not check the LZW box), then SEND
- at the end of the page UPDATE LOCALCONF.PHP (or your changes do not stick)
2. Database Analyser worked ok for me.
3. Image Processing: all tests FAILED initially, but if you have done the above they should now all work!
(hey aint this install-test-tool COOL!)
4. All configuration
- [GFX][thumbnails_png] = 1 I prefer png to gif
- check im_path is correct
- [GFX][TTFdpi] = 96
- you may want to alter the ddmmyy format
- at the end WRITE TO LOCALCONF.PHP obviously.
I then ran the frontend (in a new window) from the link at the end of all the above pages.
All of the test pages now work for me (only the last one did from the out-of-the-box install!)
Any add-ons to these notes pls let me know:
I will clean them up into a how-to.
regards

Rob