23. September 2008

Typo3 installation on a Plesk 7.5.4 system with PHP4 on Suse 10

Category: Computer — Tags: , , , , – Kay Smarczewski @ 11:40

Today I make yet another Typo3 installation. But this time I think: Why not making a short tutorial how to do this? So, here it goes:

  • login to your server (probably through ssh: ssh xxx@xxx.xxx)
  • go to the directory of the web space: cd /var/www/vhosts/xxx.xxx/httpdocs/
  • get the typo3 source: wget http://prdownloads.sourceforge.net/typo3/typo3_src+dummy-4.1.7.zip?download. Note: You should use a version lower than 4.2 because the support of PHP4 has been dropped since this version.
  • unzip the archive: unzip typo3_src+dummy-4.1.7.zip
  • remove the archive: rm typo3_src+dummy-4.1.7.zip
  • make a link for an easier path to the files: ln -s typo3_src+dummy-4.1.7 data
  • change the owner and group concerning plesk: chown -R xxx:psacln data
  • give more rights to the group: chmod g+w -R data/typo3temp && chown xxx:psaserv data/typo3temp
  • the typo3conf directory needs server permissions: chown xxx:psaserv data/typo3conf
  • Open your webbrowser and go to the url of the installation: iceweasel http://www.xxx.xxx/data. If you are asked for an password, give “joh316″.
  • follow the steps of the 1-2-3 install tool
  • change the password of the 1-2-3 install tool
  • before testing the image processing you have to modify ownership and groups of the created dirs in temp and upload directory. So go back to your ssh console once and do:
    chown -R xxx:psaserv data/typo3temp data/typo3conf data/tyop3/ext data/uploads data/fileadmin; chmod -R g+w data/typo3temp data/typo3conf data/tyop3/ext data/uploads data/fileadmin

  • check that in point 1: Basic configuration no errors occur
  • go to 5: All configuration and ensure that the im_path has been set correctly. If you use the default yast Image Magick installation it should be /usr/bin/. An idea for the correct setting you can find in the 1: Basic Configuration. Under 4: Image Processing you can test your Image Magick settings.
  • Now you can go to the backend (www.xxx.xxx/data/typo3). The default login is:
    username: admin
    password: password

Keine Kommentare »

Noch keine Kommentare

RSS Feed für Kommentare zu diesem Artikel. | TrackBack URI

Hinterlasse einen Kommentar

XHTML ( You can use these tags):
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> .

Kay Smarczewski


mein Blog

Was beschäftigt mich gerade...

  • Alles in allem: Sensationeller und unvergesslicher Tag! #Leben 6 hrs ago
  • Im dritten Spiel gegen Möbius/Zielke etwas die Spannung verloren und deswegen im 3. Satz knapp unterlegen #Beachvolleyball #Leipzig 6 hrs ago
  • Auf dem Center Court gegen Becker/Drößler super gespielt und knapp verloren #Leipzig #Beachvolleyball 6 hrs ago
  • More updates...

Posting tweet...

Powered by Twitter Tools

Kalender mit Posts

September 2008
M D M D F S S
« Aug   Okt »
1234567
891011121314
15161718192021
22232425262728
2930  

Dieses Blog durchsuchen

© Kay Smarczewski – Powered by WordPress