Difference between revisions of "Testlink"

From Wiki at Neela Nurseries
Jump to: navigation, search
m
m
Line 15: Line 15:
  
 
<!-- comment -->
 
<!-- comment -->
 +
 +
2019-04-10 Wednesday
 +
 +
It looks like on a host running Apache2, PHP and MYSQL that Testlink can be set up with a symlink in /var/www pointing to a directory outside Apache's documentRootPath:
 +
 +
<pre>
 +
user@localhost:/var/www$ ls -l
 +
 +
total 36
 +
lrwxrwxrwx  1 www-data www-data  28 Oct 31  2011 blogs -> /usr/local/share/b2evolution
 +
drwxr-x--- 16 root    www-data 4096 Jan 24  2014 bugzilla
 +
-rw-r--r--  1 root    root      349 Nov 28  2017 BUGZILLA_TODO
 +
drwxr-xr-x  7    1003    1003 4096 Oct  1  2012 documents
 +
lrwxrwxrwx  1 www-data www-data  27 Nov 16  2011 dotproject -> /usr/local/share/dotproject
 +
-rw-r--r--  1 root    root    1941 Oct 28  2015 index.html
 +
-rw-r--r--  1 www-data www-data 1915 Jan 14  2013 index.oldhtml
 +
lrwxrwxrwx  1 root    root      32 Oct 18  2012 mantis -> /usr/local/share/mantisbt-1.2.11
 +
lrwxrwxrwx  1 root    root      29 Jan  4  2013 math -> /usr/local/share/MathJax-v2.1
 +
-rw-r--r--  1 www-data www-data  17 May 13  2011 phpinfo.php
 +
lrwxrwxrwx  1 root    root      32 Nov 13  2014 testlink -> /usr/local/share/testlink-1.9.12
 +
lrwxrwxrwx  1 root    root      32 Nov 13  2014 testlink-new -> /usr/local/share/testlink-1.9.12
 +
lrwxrwxrwx  1 root    root      32 Aug 13  2014 testlink-old -> /usr/local/share/testlink-1.9.11
 +
drwxr-xr-x 19 root    root    4096 Jan 19  2017 wiki
 +
 +
user@localhost:/var/www$
 +
</pre>
 +
 +
 +
<!-- comment -->
 +
 +
 +
 +
<!-- EOF -->

Revision as of 20:49, 10 April 2019


2018-09-06

We may need to install PHP 5.6 to get Testlink to work, to talk with MYSQL database server. Unfortunately both the following articles refer to PPA of Andrej Sury which is not reachable from work site where needed . . .


2019-04-10 Wednesday

It looks like on a host running Apache2, PHP and MYSQL that Testlink can be set up with a symlink in /var/www pointing to a directory outside Apache's documentRootPath:

user@localhost:/var/www$ ls -l

total 36
lrwxrwxrwx  1 www-data www-data   28 Oct 31  2011 blogs -> /usr/local/share/b2evolution
drwxr-x--- 16 root     www-data 4096 Jan 24  2014 bugzilla
-rw-r--r--  1 root     root      349 Nov 28  2017 BUGZILLA_TODO
drwxr-xr-x  7     1003     1003 4096 Oct  1  2012 documents
lrwxrwxrwx  1 www-data www-data   27 Nov 16  2011 dotproject -> /usr/local/share/dotproject
-rw-r--r--  1 root     root     1941 Oct 28  2015 index.html
-rw-r--r--  1 www-data www-data 1915 Jan 14  2013 index.oldhtml
lrwxrwxrwx  1 root     root       32 Oct 18  2012 mantis -> /usr/local/share/mantisbt-1.2.11
lrwxrwxrwx  1 root     root       29 Jan  4  2013 math -> /usr/local/share/MathJax-v2.1
-rw-r--r--  1 www-data www-data   17 May 13  2011 phpinfo.php
lrwxrwxrwx  1 root     root       32 Nov 13  2014 testlink -> /usr/local/share/testlink-1.9.12
lrwxrwxrwx  1 root     root       32 Nov 13  2014 testlink-new -> /usr/local/share/testlink-1.9.12
lrwxrwxrwx  1 root     root       32 Aug 13  2014 testlink-old -> /usr/local/share/testlink-1.9.11
drwxr-xr-x 19 root     root     4096 Jan 19  2017 wiki

user@localhost:/var/www$