In version 4.4 the TYPO3-Team introduced a new installation method, called “Introduction package”. It let’s you easily install a full TYPO3 instance. I want to have a look.
Go to http://typo3.org/download/. There you find more information to special packages and the actual version.
You will be redirected to sourceforge.net where the download immediately starts. You may change there to another mirror. I did it, because the first selected mirror was very slow.
You can check that the downloaded files are correct with a file integrity checker tool. Microsoft published ”Microsoft File Checksum Integrity Verifier” which you find on http://www.microsoft.com/downloads/details.aspx?FamilyID=B3C93558-31B7-47E2-A663-7365C1686C08&displaylang=en
Open the command line where you downloaded the file, write there (Please change paths to your settings)
c:\FCIV\fciv.exe introductionpackage-4.4.2.zip
and compare the checksum.

Copy the zip-file to your document root unzip it there in a folder (C:\xampp\htdocs\introductionpackage_442).
Start xampp especially Apache and MySQL. Direct your browser to http://127.0.0.1/introductionpackage_442/.

If you didn’t create a database before let it does by the wizard. Type the wanted title of the database in the first field. Otherwise search the created database in the drop down box.

Click continue. On my windows system, where Apache and MySQL are real slow it took one minute to see next step.

In step 4 you type in a password and can set a different color for the demo web page.

That’s it. Click on “Go to your Website”.

It’s nice. Isn’t it?
Four example users for different purposes are created. So now have a look to backend. Click on “Log into TYPO3″. If you want to log on later, direct your browser to
http://127.0.0.1/introductionpackage_442/typo3/ or change the directory according to your configuration.
Insert “admin” in the box “Username” and the password you gave in step 4 in the field “Password”. Please don’t forget to change the username “admin” later to something more unguessable.

Click on “Login”.
This is the start page of TYPO3 back end.

To change the username of the admin, click on “User admin” on the left below “ADMIN TOOLS”. On the right detail page you see the list of back end users. There you click on the pencil to open the edit page of admin.

Change the Username to whatever, write a name and an e-mail address to get system-emails.

Then click on the icon for floppy disc above.
To test the changed username for admin log off an on or reload the page. Then you can see the news on the right.

That’s it for now. To get an insight of TYPO3 look at the page module and browse through the automatic pages.




Since when it is possible to use this package? As a beginner I must try this.
Since 4.4 I think
Hi Erdal
How can I import the introduction package into a bare install of Typo3? I thought I’d downloaded the complete Introduction Package, but when I installed it I found it was just a bare framework – no pages, templates, users or anything. I managed – I think – to install the Introduction Extension by exporting it from the Typo3 install at Opensourcecms.com and then importing it into my bare install and activating it. However, I can’t seem to make it generate the Introduction site structure. Do you know how I get it working?
TIA
Peter
Hi Peter,
i don’t know if it is possible to install the package afterwords like an extension. Some guys who tried it, had many problems. If you had changed something before the parts of the introduction package will not fit.
From the porpuse the introduction package is for new users to get a installation working out of the box. So to install it afterwords seems not logical.
In my opinion you better should install the complete package. Did you tried this? On which platform you are working?
Regards
Erdal
Hi Erdal
Thanks for responding. I installed under localhost on my Ubuntu box. I guess I must have grabbed the wrong package. I’ve just been back to opensourcecms and exported the whole site structure as a .t3d file; I’ll try importing it and see if that works. I’ll let you know how it goes.
I’ve actually used older versions (3.8ish) of Typo3 as an administrator in my last job, but I have no experience of version 4, hence the desire to try the intro package.
Cheers,
Peter
Hi Peter,
you should download the complete application from the url I provided on the top of this post and try to install it on your ubuntu. Opensourcecms.com provides only a older version of TYPO3 – the actual version is 4.4.5. You have a big risk of getting mismatch.
Regards
Erdal
Thanks Erdal – will do. I’m getting nowhere with the .t3d method. Thanks for your time.
Cheers,
Peter
you are welcome!