Це відео не доступне.
Перепрошуємо.

How To Install TestLink With Docker Compose On Remote Server

Поділитися
Вставка
  • Опубліковано 12 лют 2024
  • 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.

КОМЕНТАРІ • 21

  • @andreasmotzkus6181
    @andreasmotzkus6181 6 днів тому

    THX a lot !!!!!! You made my day !!!!! Works like a charm.....

    • @SuperSQA
      @SuperSQA  6 днів тому

      You are very welcome! Happy to hear that.

  • @paulorobertoperondi3364
    @paulorobertoperondi3364 Місяць тому +1

    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 15 днів тому

      Paulo, tudo bem? Você chegou a conseguir gerar gráficos com essa imagem?

  • @nadimtohme8525
    @nadimtohme8525 Місяць тому

    What does [DEV] mean next to the version number 1.9.20?

  • @rodrigoec1028
    @rodrigoec1028 3 місяці тому

    Hi! You just saved my life, thank you

    • @SuperSQA
      @SuperSQA  3 місяці тому

      You're welcome!

  • @RarelyMediocre
    @RarelyMediocre 4 місяці тому

    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  4 місяці тому

      Thank you I will. Good job doing some engineering work and resolving the issue you faced.

    • @user-zg1yt1ro4w
      @user-zg1yt1ro4w 3 місяці тому

      how? I'm facing the same issue pls send the command

  • @mathanbabu7863
    @mathanbabu7863 Місяць тому

    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  6 днів тому

      Have you looked at the logs? May be if you post the actual exception here I can try to figure out what is wrong.

  • @yasarshaikh913
    @yasarshaikh913 Місяць тому

    Can I connect SQL without workbench

    • @SuperSQA
      @SuperSQA  Місяць тому

      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.

  • @gauravm9675
    @gauravm9675 3 місяці тому

    Last command is not working in build script
    I'm using ec2 instance amazon linux

    • @SuperSQA
      @SuperSQA  3 місяці тому

      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.

    • @gauravm9675
      @gauravm9675 3 місяці тому

      @@SuperSQA i resolved it, thankyou

    • @gauravm9675
      @gauravm9675 2 місяці тому

      Hello
      Can we integrate testlink with gitlab??

    • @yasarshaikh913
      @yasarshaikh913 Місяць тому

      Can I connect SQL without workbench​@@SuperSQA

  • @marouaellouze2787
    @marouaellouze2787 7 днів тому

    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  6 днів тому

      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.