Creative Technologies Lab | dokuWiki

Repository of academic adventures, experimental technology, accidental brilliance, and collaborative nerdery.

User Tools

Site Tools


intern:taiga

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
intern:taiga [2025/05/28 11:22] – [Taiga only displays old stories] Yuni Nguyenintern:taiga [2026/03/26 14:05] (current) Yuni Nguyen
Line 24: Line 24:
 ===== Troubleshooting ===== ===== Troubleshooting =====
  
-==== Taiga is unreachable ==== 
-Start Taiga manually by entering the following in the SSH terminal: 
-<code> 
-cd /var/www/vhosts/ct-lab.info/taiga.ct-lab.info/taiga-docker 
-// taiga only 
-./launch-taiga 
-// taiga + penpot 
-./launch-all.sh 
-</code> 
  
-==== Taiga only displays old stories ====+==== Taiga only displays old stories or is unreachable ====
 The server was probably restarted and docker.socket didn't restart correctly. The server was probably restarted and docker.socket didn't restart correctly.
  
 To fix this, enter the following in the SSH terminal: To fix this, enter the following in the SSH terminal:
 <code> <code>
 +cd ~/docker/taiga-docker/
 +docker compose stop
 sudo systemctl stop docker sudo systemctl stop docker
 // you will probably get the warning: Warning: Stopping docker.service, but it can still be activated by: docker.socket // you will probably get the warning: Warning: Stopping docker.service, but it can still be activated by: docker.socket
 sudo systemctl stop docker.socket sudo systemctl stop docker.socket
 sudo systemctl start docker sudo systemctl start docker
 +docker compose up -d
 </code> </code>
 If you get the following error: If you get the following error:
 {{:intern:error_gateway_failed.png |}} {{:intern:error_gateway_failed.png |}}
 <code> <code>
 +cd ~/docker/taiga-docker/
 +docker compose stop
 sudo systemctl stop docker sudo systemctl stop docker
 // you will probably get the warning: Warning: Stopping docker.service, but it can still be activated by: docker.socket // you will probably get the warning: Warning: Stopping docker.service, but it can still be activated by: docker.socket
Line 59: Line 55:
 // in this case: kill 2030464 // in this case: kill 2030464
 sudo systemctl start docker sudo systemctl start docker
 +docker compose up -d
 </code> </code>
  
/var/www/vhosts/ct-lab.info/wiki.ct-lab.info/data/attic/intern/taiga.1748431349.txt.gz · Last modified: by Yuni Nguyen