TYPO3 7.2 LTS als Testsystem unter Windowes selbst installieren installieren im Pagemachine Blog

How to install TYPO3 7 LTS as a local test system in Windows – a tutorial

The new TYPO3 7 LTS version has already been available for a couple of weeks now. Some of you might want to check it out on their own computers. Here is our installation guide.


Diesen Beitrag gibt es in unserem Blog auch auf Deutsch.

This tutorial is additonally available for the newer TYPO3 Versions 8.0 , 8.7 as well as 9 LTS!

In order to get TYPO3 7 LTS running on your own computer the following stuff is required:

  • A web server with a database and with PHP. The XAMPP package is perfect for the trial. It is available at Apache Friends as a free download  www.apachefriends.org
  • GraphicsMagick; without it image processing wouldn’t work with TYPO3 ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/windows/
  • Furthermore, an editor for creating and editing text files. Suitable are the Windows Editor, PSPad, or others  e.g. Notepad++.
  • And, last but not least, TYPO3 in the current version. The zip file can be downloaded from typo3.org http://typo3.org/download/

All set? Then let’s start right now…

1. Install the XAMPP webserver

The downloaded file will install itself. It’s possible that the virus scanner throws a warning. For most virus scanners or firewalls it is sufficient to ignore this warning. Others need to be disabled during installation.

Watch out: with Version v5.6.19 you have to activate the extension for Openssl (extension=php_openssl.dll)  and Soap (extension=php_soap.dll) as well (because otherwise the login later could fail).

In addition, a warning due to restrictions by the UAC might pop up.

1

When released you could find information concerning the UAC (User Account Control) on the official Microsoft site http://windows.microsoft.com/de-de/windows/what-is-user-account-control#1TC=windows-7
We regret that this information is no longer availlable.

All default settings can be left unchanged for the installation.

Afterwards UAC must be possibly disabled for XAMPP. A good guide for this can be found on Petri IT Knowledgebase  https://www.petri.com/disable-uac-in-windows-7

Apache and MySQL will run via the control panel now. To get this done it is required to run XAMPP as an administrator.

2

Once the two modules are highlighted in green in the active panel (see picture above) you can start the further installation by invoking the URL “localhost” within a browser of your choice. The local Apache friends page appears.

3

2. Install GraphicsMagick

Installing GraphicsMagick is self explaining. You just have to choose between the version for 32- or 64-bit operating system (You may find out which one you have by pressing the Windows key and the Pause key simultaneously). By default, it will be installed in „C:\Program Files\GraphicsMagick-1.3.23-Q16“, which should works fine for you.

3. Set up and configure TYPO3 7 LTS

For the next step, you have to pass a folder in the directory „C:\xampp\htdocs“, which for example is named „site“. There you can copy all the files and folders of TYPO3 7 LTS after you’ve unpacked „typo3_src-7.6.0.zip“.

Importoant thereby: Please copy only the content of the folder into the directory. Putting the complete folder in it wont work.

Entering „http://localhost /site/“ in your browser will open „Index of/site“. Click on the folder „typo3_src-7.6.0/“ which is included there and you will see the following page:

4

 

Creating the file FIRST_INSTALL
By creating this file TYPO3 virtually provides an access authorization for the file directory. You create the new file with a windows editor and store it in the following directory „C:\xampp\htdocs\site“. The appendix (.txt) generated by the editor has to be removed.

After that „http://localhost/site/“ has to be reloaded and the installation routine starts by clicking the folder „typo3_src-7.6.0/“. Unfortunately, several errors will appear. TYPO3 has some special requirements to the server which are not fulfilled by the standard configuration.

31

The first four messages can be resolved by changing the entries in the „php.ini“ file with an editor. The file is located in the folder „C:\xampp\php\“. It basically configurates PHP.

1); always_populate_raw_post_data = 0 has to be changed in -1 and activated by removing the semicolon
2); extension = php_fileinfo.dll will be activated by removing the semicolon
3) max_execution_time = 30 has to be increased to 240
4); max_input_vars = 1000 will be activated by removing the semicolon and has to be increased to 1500 characters

Now restart Apache and MySQL with the XAMPP Control Panel and reload the website. There will be just one error and one warning left.

6

The „ThreadStackSize“ has to be raised to 8MB. In order to change this setup choose the folder „C:\xampp\apache\conf\“ and write the following lines with a text editor in the file „httpd.conf“:

<IfModule mpm_winnt_module>

ThreadStackSize 8388608

</ IfModule>

 

As a suggestion:
With the repeated restart of the Apache this message lasts, because TYPO3 7LTS can’t verify the adjustment. However, you can check yourself if enough memory is available now, if the installation has been successful. More on that later.

The last error „PHP OpenSSL extension not working“ can be ignored, since it’s just a local test system. So security is not that important in this case. More on this later too.

Now you can continue with a click on7

With the next step the MySQL database will be integrated. Sign in with „root“ as username. A password is not required in the XAMPP installer.

8

Afterwards choose an existing database or create a new one. In our case we have chosen the database called „test“.

9

Then an admin user is created for the TYPO3 backend. The password you assign will as well be used for the install tool.

10

Now the installation itself is completed. If you like you may download some full-fledged websites after the log-in, by tagging „Yes, download the list of distributions“. The Introduction Package includes a comprehensive sample.

11

 

Next you may continue by clicking „Open the TYPO3 backend“.
Unfortunately, the login doesn’t work yet, because TYPO3 uses an RSA encryption by default.

Please note: Keep the browser window with the login screen open!

Now you have to enter the configuration again – this time in TYPO3 itself.
For this purpose, open the file „C:\xampp\htdocs\site\typo3conf\LocalConfiguration.php“ with an editor, change the entry in line 7 ‚login security level‘ => ‚RSA‘ to ‚Login securitylevel‘ => ’normal‘ and save.

12

Then you can log-in at the backend. Now it’s working. In case you have closed the browser window accidently, you can reopen the TYPO3 backend with “http://localhost/site/typo3”.

All-important: As long as the extension below wasn’t uninstalled, TYPO3 will overwrite the „login security level“ (from „normal“ back to „RSA“).

If the login should not work, the entry has to be changed again inside “LocalConfiguration.php” whilst keeping the browser window open.

13

Currently you can log-in with your username and the password, that you have chosen before.
First you should uninstall the extension which is responsible for the RSA because it would overwrite your browser settings again next time you recall the backend.
Look for „Extensions“ module listed inside “Admin Tools” and choose the extension RSA.Then click on the tagged icon and it will be deinstalled.

14

Finally, you have to check in the install tool if the configuration is set properly and integrate GraphicsMagick for image editing.

15

With the defined password (in our example „password“), you can log in now.

In the menu you choose „Configuration presets“ „Image handling“ and endorse the path to GraphicsMagick.

Now you only have to enter „c: \Program Files\GraphicsMagik-1.3.23-Q16” in „Find executables in this directory“ and click “Activate“. Then select the radio button in GraphicsMagick and again confirm with „Activate“.

16

At last, you can check whether the recordable graphics are generated correctly with the menu-item „Test Setup“

Now your TYPO3 7 LTS trial version is ready for use. You enjoy it!

DL

Feedback? With pleasure!

We’ve certainly tested the installation ourselves. However, if something shouldn’t work as described, we would appreciate your comment.

If it works and you consider our advice as helpful, you may like to share our tutorial. Thanks a lot!

 

Wussten Sie, dass TYPO3 als eines der sichersten Content Management Systeme (CMS) gilt? Wenn Sie mehr über die Funktionen von TYPO3 erfahren möchten, lassen Sie sich von uns beraten.  Erfahren Sie mehr über die TYPO3-Beratung : https://www.pagemachine.de/typo3-beratung

Kontaktieren Sie gerne uns unter info@pagemachine.de

https://www.pagemachine.de/pagemachine/kontakt

7 Gedanken zu „How to install TYPO3 7 LTS as a local test system in Windows – a tutorial“

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert