Jenkins Tutorial - PHP CI/CD Pipeline with GitHub, Apache | DevOps

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 27

  • @SUHeardMeaRight
    @SUHeardMeaRight 2 года назад +1

    Thank you. Very useful

  • @SUHeardMeaRight
    @SUHeardMeaRight 2 года назад +1

    Please do more videos in ansible and terraform ... Thanks 🙏

    • @ajitinamdartech
      @ajitinamdartech  2 года назад

      Sure, Meghana. I have Terraform and Ansible videos in the pipeline. Please stay tuned.

  • @MohdDanish-kv9sw
    @MohdDanish-kv9sw Год назад +1

    how did u generate RSA private key which you pasted in jenkins GUI ??? and is it the private key on jenkins server or php server ????

    • @ajitinamdartech
      @ajitinamdartech  Год назад

      Hi Danish,
      It's the contents of the pem key created during the server provisioning.

  • @brianbanda7868
    @brianbanda7868 Год назад +1

    Great tutorial man... Why can't I connect over ssh with my ec2 private ip but I can perfectly connect over ssh with my public ip?

  • @karanravat2841
    @karanravat2841 Год назад +1

    Hi i was having one doubt. File was built on jenkins server then from jenkin to php server how it was gone?

    • @ajitinamdartech
      @ajitinamdartech  Год назад

      Hi Karan,
      Can you see from 04:40. Please let me know if you don’t understand.

  • @nikhilkanakam9357
    @nikhilkanakam9357 2 года назад +1

    Hi,
    I need build and deploy, the php applaication , how can i build php application ?

    • @ajitinamdartech
      @ajitinamdartech  2 года назад

      Hi Nikhil,
      You can follow the video to deploy a PHP application. I have demonstrated some sample PHP files.

  • @MuhammadKamran-yg8ql
    @MuhammadKamran-yg8ql 2 года назад +1

    Hi Sir
    i need to create auto deploy job for PHP Project on CPanel can i use jenkins for this process

    • @ajitinamdartech
      @ajitinamdartech  2 года назад

      Hi Kamran,
      I haven’t tried that yet, I’ll check and let you know.

  • @ayencoscolfield3312
    @ayencoscolfield3312 2 года назад +1

    this is cool well done i cant find the github link pls share it so i can follow thanks

    • @ajitinamdartech
      @ajitinamdartech  2 года назад

      Hi Ayenco,
      Thanks for your feedback.
      It is updated in the description under Important links. Here is the link - github.com/ajitinamdar-tech/jenkins-cicd-php-demo

  • @amrutakage8329
    @amrutakage8329 Год назад

    How to install php and apache packages.. I am not getting this.. It's not changing apache page

    • @ajitinamdartech
      @ajitinamdartech  Год назад

      Hi Amruta,
      You can follow the installation steps mentioned here - docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-lamp-amazon-linux-2.html

  • @MohdDanish-kv9sw
    @MohdDanish-kv9sw Год назад +1

    cant we host jenkins server and php server on a single instance ?????

    • @ajitinamdartech
      @ajitinamdartech  Год назад +1

      Hi Danish,
      Yes you can host Jenkins and PHP server on a single instance for testing purpose. On production it should be separate.

    • @MohdDanish-kv9sw
      @MohdDanish-kv9sw Год назад

      @@ajitinamdartech if yes ,can you plz tell what is the process for that ???

    • @MohdDanish-kv9sw
      @MohdDanish-kv9sw Год назад

      @@ajitinamdartech one more thing where to get the passphrase and keys ??? The ppk key that i have not not in text format its in ppk format

  • @MohdDanish-kv9sw
    @MohdDanish-kv9sw Год назад +1

    when i click on test configuration it says "jenkins.plugins.publish_over.BapPublisherException: Failed to add SSH key. Message [invalid privatekey: [B@18f99b9c]"

    • @ajitinamdartech
      @ajitinamdartech  Год назад

      Hi Danish,
      Where are you getting this error?
      You need to copy the pem file contents and add it in the key textbox.

    • @brianbanda7868
      @brianbanda7868 Год назад

      @@ajitinamdartech I have the same error

  • @MohdDanish-kv9sw
    @MohdDanish-kv9sw Год назад

    where to get the passphrase and keys ???? i have a ppk file ???

    • @ajitinamdartech
      @ajitinamdartech  Год назад

      Hi Danish,
      I got it from the pem file. You can convert it to pem and copy the contents.