Changes between Version 10 and Version 11 of SCS_TEST_TRACKING_SETUP_R1


Ignore:
Timestamp:
11/07/08 13:21:08 (17 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCS_TEST_TRACKING_SETUP_R1

    v10 v11  
    4747 * Got http://surfnet.dl.sourceforge.net/sourceforge/testlink/testlink_1.7.4.zip 
    4848 * 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 
    5051 * Added write permissions to required folders (they are asked during setup) testlink/upload_area/ 
    5152 * Added file testlink to /etc/apache2/sites-available 
     53{{{ 
     54Alias /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}}} 
    5266= Testing = 
    5367