| 25 Sep 2008 |
Tutorial: Manually install Typo3 CMS |
This tutorial is part of the Install scripts that are present in fantastico tutorials category
TYPO3.org is the main developer resource of the TYPO3 project, a free CMS framework released under the GPL. This site provides lots of information about creating sites, writing extensions and developing the core of TYPO3.
Main Website: http://typo3.org/
Demo Website: http://opensourcecms.com/….
Support Forums: http://support.typo3.org/
Installation
Step1: Go to the typo3 download center and get the latest release of TYPO3 Source with Dummy site ZIP
Step2: Upload the files from the archive on your web server using a FTP client (e.g. SmartFTP)
Step3: Make sure that the following files or directories are writable:
/typo3temp
/typo3/temp
/typo3conf/localconf.php
Step4: Create a fresh new database name.
Step5: Go to yoursite.com to begin installation.
Step6: Enter your database parameters and click continue.
Step7: Choose the database you just created and click continue.
Step8: Click on import database.
Congratulations. You’ve succesfully installed typo3. Now you can go to your admin panel (yoursite.com/typo3/backend.php) or you can continue to configure typo3 (yoursite.com/typo3/install/index.php).










