Creative Technologies Lab | dokuWiki

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

User Tools

Site Tools


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
taiga [2024/09/26 11:53] Yuni Nguyentaiga [2024/11/19 16:33] (current) – removed Felix Hardmood Beck
Line 1: Line 1:
-====== Taiga ====== 
-Taiga is an project management tool. 
-[[https://taiga.io/|Website]] 
-[[https://docs.taiga.io/|Documentation]] 
  
-===== Relevant Information ===== 
- 
-==== Taiga Location ==== 
-You can find the Taiga relevant files in: 
-  /var/www/vhosts/ct-lab.info/taiga.ct-lab.info/taiga-docker/ 
- 
-==== Accessing the API ==== 
-[[https://taiga.ct-lab.info/api/v1/|https://taiga.ct-lab.info/api/v1/]] 
-[[https://docs.taiga.io/#api|API documentation]] 
- 
-==== Backups ==== 
-Taiga is getting backupped every Monday at 04:00 AM via cron jobs. 
-It will execute the script in: 
-  /var/www/vhosts/ct-lab.info/taiga.ct-lab.info/taiga-docker/taiga-backup.sh 
-The backup files are located under the following folder: 
-  /var/www/vhosts/ct-lab.info/taiga.ct-lab.info/taiga-docker/taiga-backup/ 
-[[https://docs.taiga.io/#_backup_and_restore_taiga|Documentation for backing up / restoring]] 
- 
-===== 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 ==== 
-The server was probably restarted and docker.socket didn't restart correctly. 
- 
-To fix this, enter the following in the SSH terminal: 
-<code> 
-sudo systemctl stop docker 
-// you will probably get the warning: Warning: Stopping docker.service, but it can still be activated by: docker.socket 
-sudo systemctl stop docker.service 
-</code> 
/var/www/vhosts/ct-lab.info/wiki.ct-lab.info/data/attic/taiga.1727351589.txt.gz · Last modified: by Yuni Nguyen