How To Install TestLink With Docker Compose On Remote Server

  Рет қаралды 1,963

Super SQA

Super SQA

Күн бұрын

In this comprehensive tutorial, I walk you through the process of installing TestLink using Docker Compose on a remote server. Whether you're setting up a test management environment for the first time or looking to refine your existing setup, this video is your go-to resource.
What You'll Learn:
Setting Up Your Server: Need a server? No problem. I've included a link to a quick setup guide for creating a droplet on Digital Ocean.
🎥 Server Setup Video: • How to Get a Free Serv...
Custom TestLink Repository: Clone my specially modified TestLink repository from GitHub to get started.
🔗 GitHub Repo: github.com/sup...
Installation and Configuration: Follow my step-by-step guide through the installation process, including SQL configuration updates needed for a seamless setup.
📄 SQL Needs Fixing: install/sql/mysql/testlink_create_tables.sql
Troubleshooting Common Issues: Encounter an error? I cover common hiccups and how to troubleshoot them, ensuring a smooth installation process.
🚀 Get Started with Digital Ocean and Grab $200 Credit!
Start your TestLink journey on a robust server from Digital Ocean. Use my referral link to sign up and get a whopping $200 credit: 👉 m.do.co/c/b611...
SQL Commands Used in This Tutorial:
Verify SQL mode: SELECT @@sql_mode;
Set SQL mode: SET @@GLOBAL.sql_mode = '';
User and host verification: SELECT user, host FROM mysql.user;
Grant permissions: SHOW GRANTS FOR 'testlinkuser'@'localhost';
Create user: CREATE USER 'testlinkuser'@'%' IDENTIFIED BY 'the password';
Why Watch This Video?
Expert Guidance: With my experience as a Software Engineer in Test, I provide insights and tips not found in other tutorials.
Real-World Troubleshooting: I show you not just how to set things up, but also how to solve real-world problems that might arise during installation.
Comprehensive Coverage: From server setup to final installation, this video covers everything you need to get TestLink up and running using Docker Compose.
Take Your QA Automation to the Next Level: Dive into the world of TestLink and enhance your testing capabilities with Docker. Don't forget to like, share, and subscribe for more tutorials on QA automation and beyond!
Join Our Community: For more tips, tricks, and tutorials on QA automation, follow me on social media and join our community of software testing professionals.

Пікірлер: 27
@VulpesRokanten
@VulpesRokanten 4 ай бұрын
Большущее спасибо!!! Пытался поставить прямо на ВМ testlink, то стили не подгружались, то сыпал кучу ошибок по php, зашел на этот туториал - всё встало. Правда пара моментов: 1. Может я не заметил, но надо было прям зайти в бд и высавить root пароль к после создания, а то access denied показывал docker exec -it testlink-code_mysql_testlink_1 mysql -u root -p 2. Способ с изменением end_exec_ts в таблице не помог, а вот второй уже помог. Огроменнейшая благодарность.
@andreasmotzkus6181
@andreasmotzkus6181 5 ай бұрын
THX a lot !!!!!! You made my day !!!!! Works like a charm.....
@SuperSQA
@SuperSQA 5 ай бұрын
You are very welcome! Happy to hear that.
@AlexandrGrigorev-q1n
@AlexandrGrigorev-q1n 20 сағат бұрын
Спасибо огромное. Это сработало!
@SuperSQA
@SuperSQA 12 сағат бұрын
You are very welcome. Google said the translation is "Thanks a lot. It worked!" I hope it is correct :)
@rodrigoec1028
@rodrigoec1028 9 ай бұрын
Hi! You just saved my life, thank you
@SuperSQA
@SuperSQA 9 ай бұрын
You're welcome!
@RarelyMediocre
@RarelyMediocre 10 ай бұрын
good and easy to follow tutorial! Thanks a lot for the efort! I did run into a minor issue as the last command of the build script did not execute properly, the ownership was root:root and the testlink Read/write permissions section was partially FAILED. I fixed it by manually chown the directory to www-data and refreshing the testlink page, after what the Read/write permissions went to green/OK. Keep up the good work!
@SuperSQA
@SuperSQA 10 ай бұрын
Thank you I will. Good job doing some engineering work and resolving the issue you faced.
@ceebot4700
@ceebot4700 4 ай бұрын
Спасибо большое! Для работы понадобился Testlink, очень помогло видео
@SuperSQA
@SuperSQA 4 ай бұрын
Google Translate helped :) You are very welcome. I am glad the video helped.
@nadimtohme8525
@nadimtohme8525 7 ай бұрын
What does [DEV] mean next to the version number 1.9.20?
@paulorobertoperondi3364
@paulorobertoperondi3364 7 ай бұрын
Muito obrigado. Funcionou muito bem! Quando do erro do script de criação das tabelas, a tua alteração não surte efeito pois deveria alterar o script dentro do container, que é o que a aplicação está usando; Ou dar um rebuild depois de alterar. Mas na verdade, eu simplesmente voltei para a página anterior e tentei criar a base novamente, sem alterar nada e funcionou!.
@viniciusandrade2136
@viniciusandrade2136 6 ай бұрын
Paulo, tudo bem? Você chegou a conseguir gerar gráficos com essa imagem?
@yasarshaikh913
@yasarshaikh913 7 ай бұрын
Can I connect SQL without workbench
@SuperSQA
@SuperSQA 6 ай бұрын
Yes MySQL WorkBench is just one of the available clients. It is the most popular one. But you can search for 'mysql client' and use whatever you like.
@Gauravvvvvvvvvvvvvvvvvvvv
@Gauravvvvvvvvvvvvvvvvvvvv 9 ай бұрын
Last command is not working in build script I'm using ec2 instance amazon linux
@SuperSQA
@SuperSQA 8 ай бұрын
when you say 'not working' please explain what the error is. what does 'not working mean'? And also what is the command that is not working? I am happy to help but you should provide more info.
@Gauravvvvvvvvvvvvvvvvvvvv
@Gauravvvvvvvvvvvvvvvvvvvv 8 ай бұрын
@@SuperSQA i resolved it, thankyou
@Gauravvvvvvvvvvvvvvvvvvvv
@Gauravvvvvvvvvvvvvvvvvvvv 8 ай бұрын
Hello Can we integrate testlink with gitlab??
@yasarshaikh913
@yasarshaikh913 7 ай бұрын
Can I connect SQL without workbench​@@SuperSQA
@mathanbabu7863
@mathanbabu7863 6 ай бұрын
Hii! Please make a video for the integration with bugzilla 😢. My problem is when I tried to add the existing bug with testlink, it throw an connection error😑. Please help me🥺
@SuperSQA
@SuperSQA 5 ай бұрын
Have you looked at the logs? May be if you post the actual exception here I can try to figure out what is wrong.
@marouaellouze2787
@marouaellouze2787 5 ай бұрын
Thks it's so helpful, but I got this failure when trying to continue installation via GUI - Checking if /var/www/html/gui/templates_c directory is writable (by user used to run webserver process) FAILED - Checking if /var/testlink/logs/ directory is writable (by user used to run webserver process) FAILED
@SuperSQA
@SuperSQA 5 ай бұрын
That issue is also covered in the video. You have to make the folders writeable by the user. Please re-watch the first few minutes of the video to solve the issue.
NixOS Setup Guide - Configuration / Home-Manager / Flakes
3:01:39
Matthias Benaets
Рет қаралды 263 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 208 М.
Build a Full Stack Web App in PHP and MySQL with Docker from scratch!
26:09
Docker Tutorial for Beginners
56:04
Programming with Mosh
Рет қаралды 2,7 МЛН
OpenProject Installed in Docker (2022 Edition)
19:32
DB Tech
Рет қаралды 24 М.
How TCP really works // Three-way handshake // TCP/IP Deep Dive
1:01:10
Ansible 101 - Episode 1 - Introduction to Ansible
1:03:43
Jeff Geerling
Рет қаралды 591 М.