Test Link installation || How to Install Test Link on Ubuntu

Поділитися
Вставка
  • Опубліковано 11 лип 2023
  • Thanks for watching my video.
    In this video tutorial, we explained how to install TestLink on the Ubuntu Server/OS Using a free and open-source cross-platform web server solution that includes Apache (webserver), MySQL (DataBase), and PHP 7.4 version. TestLink is an open-source web-based test management system used by software testing teams to manage test cases, plans, and results. By following this guide, you will be able to install TestLink on your Ubuntu Server/OS and start using it to manage your software testing efforts.
    *********TestLink installation in Ubuntu**********
    Requirements
    • web-server: Apache 2.x
    • PHP greater than 5.5 version and It will be better if you use PHP 7.x.x
    DBMS
    • MySQL 5.7.x
    o The log_bin_trust_function_creators option must be enabled.
    • MariaDB 10.1.x
    o The log_bin_trust_function_creators option must be enabled.
    • Postgres 9.x
    Installation Process
    1. sudo apt-get install php7.4 php7.4-mysql php7.4-gd php7.4-ldap php7.4-json php7.4-curl php7.4-mbstring -y
    2. sudo apt install apache2 -y
    3. sudo mv testlink-code /var/www/html/testlink
    4. sudo chmod 777 testlink/ -R
    5. sudo mkdir -p testlink/logs
    6. sudo chmod 777 testlink/logs
    7. sudo mkdir -p testlink/upload_area
    8. sudo chmod 777 testlink/ upload_area
    9. AWS RDS MYSQL
    **Once the installation is complete, I will demonstrate how to access TestLink through a web browser and show you how to log in to the application.
    ** Test Link 1.9.20 (Github): github.com/TestLinkOpenSource...
    ----------------------------------***************-----------------------------****************------------
    ******** Please do Subscribe and kindly ping me in the comments if you have any doubts about the test link installation process. ******************
  • Наука та технологія

КОМЕНТАРІ • 11

  • @debadutta75
    @debadutta75 8 місяців тому

    Thank you buddy, this was extremely useful in setting up testlink on ubuntu EC2 instance. Keep up the good work.

  • @madhukumarkumar4239
    @madhukumarkumar4239 10 місяців тому +2

    🎉🎉🎉🎉

  • @user-ib9qm4qy2g
    @user-ib9qm4qy2g Рік тому +1

    Good video

  • @MugilanKumarasamy-bc4no
    @MugilanKumarasamy-bc4no 6 місяців тому

    Thanks for the shared the video with all the needed steps.This is really a worthy video to watch.
    Personally ,thanks much for response my query and provide the solution.

    • @trendsetter2.047
      @trendsetter2.047 4 місяці тому

      is that work while installing i got http 500 error

  • @user-fp4xx1gn5e
    @user-fp4xx1gn5e Рік тому +2

    thanks for making this video

  • @trendsetter2.047
    @trendsetter2.047 4 місяці тому

    kindly create the video for testlink and bugzilla integration in ubuntu server

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

    Hi i am not able to access testlink after run the last sql Query ......getting same installation page. please help for same.

  • @akifmalik9388
    @akifmalik9388 7 місяців тому

    Thanks alot ❤

  • @mohitbabber3876
    @mohitbabber3876 7 місяців тому

    Thanks for the video, this was very helpful. I'm having trouble at the end though. I'm using GCP and when I make DB connection at end, I get the DB user creation error.