Page 1 sur 1

Debian 8 - Installation it is not working

Publié : mar. juil. 11, 2017 3:08 pm
par araujor
hello all,

I am new here and I would like to install the Squashtest TM in Linux (debian 8)

So I followed the procedure available in Installation Guide > 2 - Installation of Squash TM > 2.02 - Debian/Ubuntu installation.

1. Add Squash TM to the packages manager database :
echo "deb http://repo.squashtest.org/debian jessie main" | sudo tee /etc/apt/sources.list.d/squash-tm.list
NOTE: In this point I changed from wheezy to jessie

2. Import the gpg key :
wget -q -O - http://repo.squashtest.org/repo.squashtest.org.gpg.key | sudo apt-key add -


3. Update the packages database and then, install Squash TM package :
sudo apt-get update
sudo apt-get install squash-tm

[Next Step] after that I did run the command :

$sudo service squash-tm status

It was showing me that the service was active (exited)

So I decide to restart the machine and I check teh status from service again, it was set like equal to active (running) , but after few minutes it was changed again to active (exited).

I tried to reach the webserver like :

http://localhost:8080/
http://localhost:8080/squash/
http://localhost:8080/squash/login/

It failed in all cases ....

[Next Step] So , I decide to stop the service , clean the logs and start the service again , and try all the path.

the same result after few minutes the service stopped.

commanded done were :

To stop :
$sudo service squash-tm stop
to clean the logs :
$sudo rm /var/lib/squash-tm/logs/squash-tm.log
To restart the service :
$sudo service squash-tm restart

[DOUBT/QUESTION]
1. It is not clear if my installation is completed , once in the manual is described only 3 steps. And of course that these steps were not enough.
2. in the section 2.07 it is mentioned about the folder ~squash/ this folder was not created on my installation. Why ?
3. in the section 3 it saying about the script "startup.sh" for Linux , I was not able to find this file in /bin folder.
4. in the same section 3 it saying about the file" bin/squash_debian_readme.txt" explains how to install/use Squash as a Debian service. I did not this file , too.


So , someone , could help me to try to understand how should I install this server?