Wednesday, January 24, 2007

installing typo3 - 4.0.x with ftp

In order to set up a new site, you will need to combine both, the source AND the dummy package by extracting them to the same folder.)

download the Dummy tar.gz then the Source tar.gz

tar -zxvf dummy-4.0.4.tar.gz

tar -zxvf typo3_src-4.0.4.tar.gz

cd dummy-4.0.4

rm typo3_src

mv ../typo3_src-4.0.4 typo3_src


 Run these commands as root in the dummy directory:
            # chgrp -R <wwwserver> fileadmin typo3conf typo3temp uploads
            # chmod -R g+w,o-rwx fileadmin typo3conf typo3temp uploads

            ... where <wwwserver> is the name of the group your webserver
            is running as

7 In your browser, visit
  http://[your.site.name]/cms/

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]/cms/typo3/
  with the username "admin" and password "password".


typo3.org: Packages

technorati tags:, ,

Blogged with Flock

No comments: