can you please tell how to do it by Docker Desktop
@illiasunabbi1999Күн бұрын
good
@SamiaRahman-f3n2 күн бұрын
are you using public or private subnet to deploy the runner ec2?
@WaqasAKJ4 күн бұрын
Thanks! Can you provide dockerfile for Laravel 11 plz
@pareshpatel33565 күн бұрын
Very super and easy to understand video,
@WaqasAKJ7 күн бұрын
Very nice tutorial about docker, easy to absorb! well explained. 👍👍👍
@jyotiraniarora10 күн бұрын
Do you have any video which helps in moving the project to localhost? As you said its out of scope of this video
@yashthakar960820 күн бұрын
Appreciate your hard work, keep making such important and helpful videos, Many Thanks!!!!!
@mrdark332524 күн бұрын
Thank you so much ❤
@rlvlkdrlvlkd307625 күн бұрын
nicely explained, easy to understand, thank you and I wish you many more videos like this
@ashishnishadofficial_27 күн бұрын
Why did you not create docker-compose file ?
@ashishnishadofficial_Ай бұрын
After deployment Agar humlog kuch changes krte hai code mai. Jaise ki koi form field add kr di local laravel project tu ab ye changes production server pe kaise krna hoga? Agar docker file mai db import krne k liye steps likha tha jb deployment kra tha first time tu agar koi code changes push krenge tu ye docker file phir se run hogi aur db import chal jyega kya.?
@webdevcloud1Ай бұрын
If you have already been copying code to dockerfile then you need to build a docker image again and redeploy... N usually db changes should be done in pipeline using artisan migrate...in short code will go as a docker image like you do first time n db changes will go via pipeline or manual import to production.
@Sudhanshu-i5uАй бұрын
is it possible without code deploy
@TheJaymonuАй бұрын
Very helpful
@BabyVickyvibesАй бұрын
Can you please explain how to do this using FIS
@sidnaesk2952 ай бұрын
Thanx ! Very good video !
@webdevcloud12 ай бұрын
Glad you liked it!
@satyendrasingh94522 ай бұрын
i am getting error exec /usr/sbin/apachectl: exec format error
@comadeycluster2 ай бұрын
Gujarati 6o bhai ?
@webdevcloud12 ай бұрын
Ha bhai ...
@GunShot1092 ай бұрын
very useful
@DineshGiri-x7c3 ай бұрын
If I'd token not valid then how to handle
@xylyx_3 ай бұрын
Thank you bhai ji
@ManiKumar-s7d3 ай бұрын
Please create video on How to deploy spring boot Application on EC2 service using bitbucket repository pipeline 😊🙏
@Rachel-eq7uf4 ай бұрын
I followed your video because my bootcamp video for this portion of my learning was out of date. this video really helped me get connected to cloudwatch! However none of my access and error log streams show a timestamp. I don't know if this is something I should be concerned with or not.. haha The Apache2 Ubuntu DNS default page showed up fine which means it is connected and I was able to find my EC2 log group.
@nareshahirwar74064 ай бұрын
Thank you brother.
@latlov4 ай бұрын
can you make another tutorial of a Laravel docker image with Nginx, supervisor (for queueing), mysql, pdf libraries, filament? and explain how to add additional php extensions and dependencies?
@vineet_kumar5554 ай бұрын
Iam role ke liye video dekha aur wahi nahi samza😢😢
@theVamshis5 ай бұрын
nodejs also same deployment process ha?
@praveenthebull245 ай бұрын
Great video, concept was clearly explained. Thanks
@alpeshrathodcreatives5 ай бұрын
Great tutorial!
@GowrishankarC-g5i5 ай бұрын
what is the use of application1.zip file in the pipeline ?
@girishvaghela31615 ай бұрын
Looks something is missing because my Deploy steps of pipeline is in hold status around 4-5mins and then gives below error. CodeDeploy agent was not able to receive the lifecycle event. Check the CodeDeploy agent logs on your host and make sure the agent is running and can connect to the CodeDeploy server. Am I missing anything? Below are the IAM Role applied AmazonEC2RoleforAWSCodeDeploy AWS managed 1 AmazonS3ReadOnlyAccess AWS managed 1 AWSCodeDeployRole AWS managed 3 demo-policy Customer managed 1 Appreciate your response Mihir. Thank you so much.
@webdevcloud15 ай бұрын
Kindly ssh into the EC2 instance and check for the codedeploy agent log, It should be probably at path : /var/log/aws/codedeploy-agent/ , Log can tell us what is wrong/missing here... also check the status of codedeploy agent with command : "systemctl status codedeploy-agent" OR "sudo service codedeploy-agent status". And if the agent is stopped then start using "sudo service codedeploy-agent start".
@girishvaghela31615 ай бұрын
@@webdevcloud1 Do we need to CodeDeploy agent explicitly? If I do so then it asked for scripts folder that is missing on EC2, do we need to copy it manually once?
@girishvaghela31615 ай бұрын
@@webdevcloud1 Codedeploy-agent is not deploy on EC2. Does it get installed automatically or we have to do it manually? Please suggest. Also let me know how codedeploy-agent able to access the "scripts" folder of my git repo. Thank you. ubuntu@ip-17xxxx$ systemctl status codedeploy-agent Unit codedeploy-agent.service could not be found.
@girishvaghela31615 ай бұрын
Thanks Mihir. We installed the CodeDeploy agent manually and it worked now.
@webdevcloud15 ай бұрын
Yes we needed that
@sameerahmad82675 ай бұрын
Really thanks.... Very very very informative.... I want to connect with you sir please.
@amandeepsingh78736 ай бұрын
big thanks
@priyamdas87786 ай бұрын
Thanks for the video!! Really helpful
@boxerbhai52826 ай бұрын
Great vdo How to get bitbucket pipline yml? Need to create manually?
@webdevcloud16 ай бұрын
You can either create manually or from create pipeline interface of bitbucket...
@boxerbhai52826 ай бұрын
@@webdevcloud1 thanks
@MyminivlogLife6 ай бұрын
403 forbidden kyu aaraha Mera ? Custom .php file jab load kar Raha ?
@webdevcloud16 ай бұрын
Kindly go through each step once again...
@MyminivlogLife6 ай бұрын
@@webdevcloud1 hi now it's solved thanks used http .
@renishpatel82476 ай бұрын
Great information bro ...🎯
@vidhanshuborade59776 ай бұрын
thanks!
@amandeepsingh78737 ай бұрын
if possible bitbucket and jenkins server through ci cd setup topic par vedio bnaye, thanks
@webdevcloud16 ай бұрын
The video is out now, thanks for the suggestions !!!
@amandeepsingh78736 ай бұрын
@@webdevcloud1 big thanks
@gauravrathaur72657 ай бұрын
Hi, Duration metric per Alarm kaise set kar sakte hain? agar 500 millisecond se zyada time le to email aaye
@webdevcloud15 ай бұрын
You can check the latest video, which is similar to your question.
@pratikshajadhav92877 ай бұрын
Thanks...its really work😊😊😊
@boxerbhai52827 ай бұрын
What about CICD for dotnet core application with elastic Beanstalk?
@iamakashkumarram7 ай бұрын
Sir kindly make a detailed Course on AWS ❤
@webdevcloud16 ай бұрын
Sure! Will try to go for it...
@jeancarlodev7 ай бұрын
Hellooo, great tutorial. Some question ... Do you have the same example but using Nginx ? Thanks.
@webdevcloud16 ай бұрын
It is already there...
@jeancarlodev6 ай бұрын
@@webdevcloud1You use apache .. no nginx
@BilalMajeed-hu5pl7 ай бұрын
thanks mate, can we do this without loadbalancer?
@webdevcloud16 ай бұрын
Yes you can
@dominicnewing24777 ай бұрын
Nice one ! - really helped :)
@yuksryan7 ай бұрын
changes are not reflecting in my S3 endpoint url
@webdevcloud17 ай бұрын
Check for any permission related error!
@josetorresorozco13378 ай бұрын
good video bro!!!!!
@anupambordoloi4578 ай бұрын
Nice video. Simple and elegant. Keep up the good work.