Skip to content

Instantly share code, notes, and snippets.

@zsim0n
Last active January 19, 2016 10:48
Show Gist options
  • Save zsim0n/8625250 to your computer and use it in GitHub Desktop.
Save zsim0n/8625250 to your computer and use it in GitHub Desktop.

Quick guide to setup an Azure instance to able to run TYPO3

Obvious steps

  • Join to Azure (Microsoft Live account and credit card needed) - Azure has 30 day free trial
  • Create Virtual Machine with Windows Server 2008 R2

Optional Useful tools

The setup

  • Add Web Server Role + .Net Extensibility Development feature
  • Add Role IIS w .Net Extensibility
  • Add Web Platfom Installer Download
  • Add Php 5.5.8 with Web Platform Installer
  • Add Mysql 5.5 with Web Platform Installer
  • Add Helicontech Ape apache module emulator Download
  • Configure PHP module in IIS Administrator (fix php.ini errors, enable developer mode)
  • Get TYPO3 Introduction pack Download
  • Unzip pack into C:\InetPub\wwwroot
  • Ensure TYPO3 can write the typo3conf (Bruteforece : everyone fullcontrol)
  • Install TYPO3 with the usual method

Done! You have TYPO3 on a WIMP stack (Microsoft IIS with PHP and Mysql).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment