Windows Server Install

Windows 2008R2 Server setup

[-]

This documentation provides detailed notes on a successful new installation of Tiki4.0 on a Windows 2008R2 Server.

Hopefully this will allow more TikiWiki users to take advantage of a Windows/IIS environment without the need of a WAMP install.

URL Rewrite module
Proper operation of Tiki versions prior to 8 on IIS requires that the URL Rewrite module for IIS is installed.

Special setup for img tracker field type

Special setup to show uploaded images from tracker field img is needed. please see here: Image Tracker Field

Software used:

Installed Windows:

Common HTTP Features

Application Development

Health and Diagnostics

Security

Performance

Management Tools


-

Windows: Turned off IE Enhanced Security
Windows: Ran MS Update installed all important and all optional updates.
Windows: Reboot server

Installed other software


Installed MySQL (x64) all defaults.
Installed MySQL GUI Tools.
Installed PHP 5.3.1 (x86) default settings installed to C:\PHP
Windows: Created C:\Temp directory
Windows: Under Security Settings, added everyone with full permissions to the following direc__tories:
__*C:\inetpub\wwwroot\


Edited PHP.INI


Windows: Opened port 3306 in windows firewall for remote MySQL client tools access.
Windows: Unzipped TikiWiki 4.0 to c:\inetpub\wwwroot\tw4
Windows: Created a phpinfo.php file in c:\inetpub\wwwroot to validate the php install.

From LAN workstation:
Verified MySQL remote connectivity and using MySQL Query Browser, created a new schema (database) named Tiki4.
Opened IE8 and connected to the phpinfo.php page to verify PHP install and settings.

Take dog for walk and hoping for success!

From LAN workstation, opened FireFox Browser and pointed to the tw4 path, and got the tiki-install.php page.


-

TikiWiki 4.0 Install

[+]

Notes from IIS project for Tiki 5

[-]

(Spring 2010 notes by jonnyb)

Issues (install from svn HEAD)


-

TikiWiki 5.0 Beta1 Install


I created a new Windows 2008R2 virtual server and using the basics listed above, installed 5.0 Beta 1 successfully.

I decided to use the latest software available, and ran into database errors during the Tiki installation with PHP 5.3.2 nts-Win32-VC9 (x386). This could have resulted in missing a line in the php.ini file, but I am pretty certain everything was in order. After starting over, I went back to 5.3.1 and had no issues.

I also used the latest version of MySQL (5.1.45 x64) with no problems.

Everything else was standard as per above.

Once I had a successful database creation, the page that came up looked like plain html. No formatting at all. However, I was able to change admin password and get into the site. After checking on #tikiwiki, Caarrie pointed me to Admin/Performance. There I unchecked the “Minify CSS” and all of the formatting was perfect! (Thanks again Caarrie). I am not sure if this is a default setting on installation, but if you run into this problem, it is a simple fix.

History Source