Quicklinks

Recent Notes

  • typo3 Debian 3.7.0-8 (SID, unstable) installiert Apache 2, upgrated glibc (19.Nov.2005)

Pat ToDo

Links

Typo3-Crashkurs


Installation für Rolf

typo3 Source
tar -xzvf typo3_src-3.7.1.tar.gz.tar (im Hauptverzeichnis)
typo3_src-3.7.1/

dummy|quickstart|testsite
tar -xzvf quickstart-3.8.0.tar.gz.tar
quickstart-3.8.0/

  index.php -> tslib/index_ts.php

Start:

http://www.luethi.org/quickstart-3.8.0/

Fatal error: main(): Failed opening required '/home/httpd/vhosts/luethi.org/httpdocs/quickstart-3.8.0/typo3conf/localconf.php' (include_path='.:/usr/share/pear') in /home/httpd/vhosts/luethi.org/httpdocs/typo3_src-3.7.1/t3lib/config_default.php on line 226

localconf.php

In the source distribution of TYPO3, the install script is disabled by a die() function call.

Fix: Open the file typo3/install/index.php and remove/out-comment the line that outputs this message!

typo3/install/index.php - Die() temporär deaktivieren

Warning: mysql_pconnect(): Access denied for user: 'apache@localhost' (Using password: NO) in /home/httpd/vhosts/luethi.org/httpdocs/typo3_src-3.7.1/t3lib/class.t3lib_db.php on line 813
DB:

Metanet: DB anlegen, DB-User anlegen, mit dem im Installer arbeiten

Installer
http://www.webinteger.net/magazin/articles/typo3-cms/typo3-installation-auf-einem-linux-webserver/
Probleme die DB mit einem Inhalt zu füllen...
[..loop..]
dump static data import

weitere Errors, save mode
typot3temp/llxml 777 (er musste über FTP erstellt (gelöscht und angelegt werden)
typot3temp/cs (dito)

Installation gemäss Typo "ok"

To Do

  • Security warning: The password of your install tool is still "joh316" which is the default.
    It is highly recommended to change this immediately.
  • die() wieder einbauen.
  • gdlib/ImageMagick ??
    Step1 Step2 Anleitung für 1&1 (ungewiss, ob das bei Metanet auch funkionert).

Environment

follow symlink (Typo arbeitet mit Symlinks)
ln -s index.html ogay.html [ok]

cgi-user: luethio
ip: 80.74.145.10

http://www.luethi.org/papagei.cgi (Test cgi)
http://www.luethi.org/%24wrk%2401.cgi
https://beethoven.metanet.ch:8443 (Admin-Server)

''DB

Username: luethirolf
Password: ch@llenge
Host: localhost
Database: luethi

Admin-User

Username: topchief
Password: ch@llenge

Anhang Beispiele

CSS: typo3 verwendet intern definierte Klassen.

html-template
[..]

 
<!-- ###TOPNAV### START -->
<span class="topnav"> <a href="#">Navigation One</a> </span>
<span class="topnav_act"> <a href="#">Navigation two</a> </span>
<!-- ###TOPNAV### END -->


 
#Typo3 Template
*content {
wrap.header1 = <H1> | </H1>
wrap.header2 = <H2> | </H2>
wrap.header3 = <H3> | </H3>
wrap.header4 = <H4> | </H4>
wrap.bodytext = <P class="p"> | </P>
  case.header1 =  |
  case.header2 =  |
  headerSpace =  0
  space =  0
}

styles.content.textStyle {
face =
size =
color =
}

Edit Page - Page History - Printable View - Recent Changes - WikiHelp - SearchWiki
Page last modified on November 19, 2005, at 05:59 PM, visited:$PageCount