IIS Installation problems

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

IIS Installation problems

Post by fman »

omarh
TestLink user
Posts: 3
Joined: Mon Oct 25, 2010 10:00 pm

Re: IIS Installation problems

Post by omarh »

TurboPT
Member of TestLink Community
Posts: 343
Joined: Sun Dec 10, 2006 4:51 am

Re: IIS Installation problems

Post by TurboPT »

Thanks for pointing that out.

The forum's URL has changed since then. In both links, simply replace the phpBB2 portion of the URL with forum.

http://www.teamst.org/forum/viewtopic.php?t=1155
http://www.teamst.org/forum/viewtopic.php?t=605
Gabriela
TestLink user
Posts: 2
Joined: Wed Jun 08, 2011 9:14 pm

Re: IIS Installation problems

Post by Gabriela »

Hello everyone!

Where can I find the complete information to configure IIS 6 Web server with php5.3.6 and database SqlServer on a windows 2003 Server in order to install TestLink?
Thank you!
Amaradana
Member of TestLink Community
Posts: 398
Joined: Mon Feb 16, 2009 11:19 am
Contact:

Re: IIS Installation problems

Post by Amaradana »

refer google for that information
Thanks,
TesterWorld
Http://amartester.blogspot.com
Gabriela
TestLink user
Posts: 2
Joined: Wed Jun 08, 2011 9:14 pm

Re: IIS Installation problems

Post by Gabriela »

Of course I have allready googled that, but information is rather confusing!!!
I wouldn´t have posted before.

Surely, someone here must have the experience, I think.....
jack090
Advanced user
Posts: 39
Joined: Tue Dec 21, 2010 4:16 pm

Re: IIS Installation problems

Post by jack090 »

gorskar
TestLink user
Posts: 1
Joined: Sun Nov 30, 2014 9:22 am
Contact:

Re: IIS Installation problems

Post by gorskar »

To install Testlink in IIS, using a MS SQL 2012 database I performed the following steps. Posting them here in case it helps anyone trying to do the same!


  1. Use Web Platform installer in IIS to install php 5.5.11 (php 5.6 doesnt have an official SQL SERVER driver yet)
  2. Download Microsoft Drivers 3.1 CTP for MS SQL on php from http://www.microsoft.com/en-gb/download ... x?id=20098
  3. After extracting, copy Non-thread safe versions: php_sqlsrv_55_nts.dll & php_pdo_sqlsrv_55_nts.dll to C:\Program Files (x86)\PHP\v5.5\ext
  4. Use the php manager in IIS to enable an extension for php 5.5 and enable the 2 dlls above
  5. PHP drivers above require Microsoft ODBC Driver 11 for SQL Server - get from http://www.microsoft.com/en-us/download ... x?id=36434
  6. Download testlink 1.9 (latest) from http://sourceforge.net/projects/testlin ... ink%201.9/
  7. Extract to a directory, and set up a new site in IIS pointing to directory
  8. Set Network service to have modify permissions on the \logs directory and \upload_area directory.
  9. Edit config.inc.php and set $g_repositoryPath to physical disk location of upload_area directory without a trailing slash - eg: D:\IISroot\TestLink\upload_area
  10. Do the same for logs directory and save file.
  11. Fix MSSQL Scripts:
    - Open file: D:\IISroot\TestLink\install\sql\mssql\testlink_create_tables.sql on Line 982 fix PK constraint name (from PK_req_relations to PK_testcase_relations )
    - Open (mySql) file: D:\IISroot\TestLink\install\sql\mysql\testlink_create_tables.sql and copy lines 81-87 & 129-135 into (MS SQL) D:\IISroot\TestLink\install\sql\mssql\testlink_create_tables.sql
  12. Open site in browser - follow the setup.
    - You need to use a SQL Server login (not windows) for setup.
    - for the testlink database user pick a complex password or it will fail to setup the user (not a big deal as can do manually later)
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Re: IIS Installation problems

Post by fman »

Thanks a lot for your help
Post Reply