Difference between revisions of "Testlink"
From Wiki at Neela Nurseries
m |
m |
||
Line 46: | Line 46: | ||
<pre> | <pre> | ||
− | user@localhost:/ | + | user@localhost:/usr/local/share$ ls -l |
total 76 | total 76 | ||
Line 67: | Line 67: | ||
drwxrwsr-x 6 root staff 4096 May 9 2011 xml | drwxrwsr-x 6 root staff 4096 May 9 2011 xml | ||
− | user@localhost:/ | + | user@localhost:/usr/local/share$ |
</pre> | </pre> | ||
Revision as of 20:56, 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$
The stuff in /usr/local/share has these permissions:
user@localhost:/usr/local/share$ ls -l total 76 drwxr-xr-x 14 root www-data 4096 Feb 24 2012 b2evolution drwxrwsr-x 2 root staff 4096 May 9 2011 ca-certificates drwxr-xr-x 14 root www-data 4096 Nov 16 2011 dotproject drwxrwsr-x 2 root staff 4096 May 9 2011 fonts drwxr-xr-x 2 root root 4096 Sep 26 2013 hide drwxr-xr-x 11 www-data www-data 4096 Oct 22 2013 kcfinder-2.51 drwxr-xr-x 2 root root 4096 May 9 2011 man drwxr-xr-x 16 root www-data 12288 Oct 31 2012 mantisbt-1.2.11 drwxr-xr-x 9 root www-data 4096 Feb 23 2012 MathJax-v1.1a drwxr-xr-x 10 1002 1002 4096 Jan 4 2013 MathJax-v2.1 drwxrwsr-x 7 root staff 4096 May 9 2011 sgml drwxr-xr-x 10 www-data www-data 4096 Aug 14 2014 testlink-1.9.11 drwxr-xr-x 10 www-data www-data 4096 Jun 22 2017 testlink-1.9.12 drwxr-xr-x 9 www-data www-data 4096 May 30 2014 testlink-1.9.8 drwxr-xr-x 4 www-data www-data 4096 Aug 13 2014 testlink_custom drwxrwsr-x 2 root staff 4096 Sep 21 2012 texmf drwxrwsr-x 6 root staff 4096 May 9 2011 xml user@localhost:/usr/local/share$