[Typo3-UG Denmark] Installering af Debian og Typo3

Tonni Aagesen use.my at signature.please
Tue Jul 13 08:44:22 CEST 2004


Carsten Tygesen wrote:
> Hej,
> 
> Mit ønske er at installere Debian samt Typo3
> på en lokal server som påtænkes til at køre intranet,
> hvor jeg gerne vil anvende systemet til elektronisk
> dokumentattion af beskrivelser,tegninger, skitser m. m.
> 
> Hvor meget skal der installeres af Debian?
> 
> Hvordan installeres Typo3 nemmest.
> 
> Jeg har forsøgt flere gange uden held.
> 
> Jeg vil meget gerne såfremt der er nogen der kort vil beskrive
> installationen af ovennævnte.

Der findes en "all-in-one" pakke til deban - du kan finde den her: 
http://typo3.org/download/packages/

Hvis du som jeg foretrækker at installere "by hand", skal du vel bare 
installere base-systemet. Da jeg kørte debian, brugte jeg et mini-iso 
fra http://www.debian.org/CD/netinst/ og installerede via nettet.

Når base-systemet er installeret, skal du have installeret apache, php 
og mysql:

$ apt-get install wget apache php4 mysql-server

Andre pakker du kan installere: ImageMagick etc.. Ellers skal du bare 
hente source'en:

$ wget 
http://typo3.sunsite.dk/unix-archives/3.6.2/typo3_src/typo3_src-3.6.X.tar.gz
$ wget http://typo3.sunsite.dk/unix-archives/3.6.2/dummy/dummy-3.6.2.tar.gz


Sakset fra INSTALL.txt
=============================================================

2 Copy them to your webserver (into the same directory - unless you know
   what you're doing...)

3 Unpack the archives:
   $ tar xzf <typo3_src-x.x.x.tar.gz> <sitePackage-x.x.x.tar.gz>

4 Set permissions (as root): There are at least two options.
   These steps will make typo3conf/ typo3temp/ etc. writable for the
   webserver.

         4.a (recommended)
             Run these commands as root:
             # chgrp -R <wwwserver> typo3_src-3.6.0/ <sitedir>/
             # chmod -R g+w,o-rwx typo3_src-3.6.0/ <sitedir>/

             ...where <wwwserver> is the name of the user your webserver
             is running as and <sitedir> is the name of the directory
             inside of this archive

         4.b (insecure but easy to apply)
             I repeat: This is insecure!
             Do not use this method if you are working on a shared server!

             Simply run this command:
             $ chmod -R a+w typo3_src-3.6.0/ <sitedir>/

5 If you like, you can now rename the site directory (e.g. dummy-3.6.0) to
   something that sounds a bit better (e.g. "site" or "html")

6 Check the symlink "typo3_src" in this directory which should point to
   the source directory

7 In your browser, visit
   http://[your.site.name]/<this_site_name>/

8 Follow the instructions in the 1-2-3 install tool

9 From this point, you can access the backend through
   http://[your.site.name]/<this_site_name>/typo3/
   with the username "admin" and password "password".

============================================================


Mvh
Tonni Aagesen



More information about the TYPO3-UG-denmark mailing list