Changes between Version 10 and Version 11 of SCS_TEST_TRACKING_SETUP_R1
- Timestamp:
- 11/07/08 13:21:08 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCS_TEST_TRACKING_SETUP_R1
v10 v11 47 47 * Got http://surfnet.dl.sourceforge.net/sourceforge/testlink/testlink_1.7.4.zip 48 48 * Extracted the zip in /home/scs/public_html/testlink 49 * Ran /home/scs/public_html/testlink 49 * Ran /home/scs/public_html/testlink/install/index.php 50 * Deleted installation files 50 51 * Added write permissions to required folders (they are asked during setup) testlink/upload_area/ 51 52 * Added file testlink to /etc/apache2/sites-available 53 {{{ 54 Alias /testlink "/home/scs/public_html/testlink" 55 <Directory /home/scs/public_html/testlink> 56 DirectoryIndex index.php 57 Options Indexes FollowSymLinks MultiViews 58 AllowOverride None 59 Order allow,deny 60 allow from all 61 </Directory> 62 }}} 63 * Soft linked the file to /etc/apache2/sites-enabled 64 65 }}} 52 66 = Testing = 53 67