Пікірлер
@dikshashukla6899
@dikshashukla6899 Күн бұрын
can you please tell how to do it by Docker Desktop
@illiasunabbi1999
@illiasunabbi1999 Күн бұрын
good
@SamiaRahman-f3n
@SamiaRahman-f3n 2 күн бұрын
are you using public or private subnet to deploy the runner ec2?
@WaqasAKJ
@WaqasAKJ 4 күн бұрын
Thanks! Can you provide dockerfile for Laravel 11 plz
@pareshpatel3356
@pareshpatel3356 5 күн бұрын
Very super and easy to understand video,
@WaqasAKJ
@WaqasAKJ 7 күн бұрын
Very nice tutorial about docker, easy to absorb! well explained. 👍👍👍
@jyotiraniarora
@jyotiraniarora 10 күн бұрын
Do you have any video which helps in moving the project to localhost? As you said its out of scope of this video
@yashthakar9608
@yashthakar9608 20 күн бұрын
Appreciate your hard work, keep making such important and helpful videos, Many Thanks!!!!!
@mrdark3325
@mrdark3325 24 күн бұрын
Thank you so much ❤
@rlvlkdrlvlkd3076
@rlvlkdrlvlkd3076 25 күн бұрын
nicely explained, easy to understand, thank you and I wish you many more videos like this
@ashishnishadofficial_
@ashishnishadofficial_ 27 күн бұрын
Why did you not create docker-compose file ?
@ashishnishadofficial_
@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
@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
@Sudhanshu-i5u Ай бұрын
is it possible without code deploy
@TheJaymonu
@TheJaymonu Ай бұрын
Very helpful
@BabyVickyvibes
@BabyVickyvibes Ай бұрын
Can you please explain how to do this using FIS
@sidnaesk295
@sidnaesk295 2 ай бұрын
Thanx ! Very good video !
@webdevcloud1
@webdevcloud1 2 ай бұрын
Glad you liked it!
@satyendrasingh9452
@satyendrasingh9452 2 ай бұрын
i am getting error exec /usr/sbin/apachectl: exec format error
@comadeycluster
@comadeycluster 2 ай бұрын
Gujarati 6o bhai ?
@webdevcloud1
@webdevcloud1 2 ай бұрын
Ha bhai ...
@GunShot109
@GunShot109 2 ай бұрын
very useful
@DineshGiri-x7c
@DineshGiri-x7c 3 ай бұрын
If I'd token not valid then how to handle
@xylyx_
@xylyx_ 3 ай бұрын
Thank you bhai ji
@ManiKumar-s7d
@ManiKumar-s7d 3 ай бұрын
Please create video on How to deploy spring boot Application on EC2 service using bitbucket repository pipeline 😊🙏
@Rachel-eq7uf
@Rachel-eq7uf 4 ай бұрын
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.
@nareshahirwar7406
@nareshahirwar7406 4 ай бұрын
Thank you brother.
@latlov
@latlov 4 ай бұрын
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_kumar555
@vineet_kumar555 4 ай бұрын
Iam role ke liye video dekha aur wahi nahi samza😢😢
@theVamshis
@theVamshis 5 ай бұрын
nodejs also same deployment process ha?
@praveenthebull24
@praveenthebull24 5 ай бұрын
Great video, concept was clearly explained. Thanks
@alpeshrathodcreatives
@alpeshrathodcreatives 5 ай бұрын
Great tutorial!
@GowrishankarC-g5i
@GowrishankarC-g5i 5 ай бұрын
what is the use of application1.zip file in the pipeline ?
@girishvaghela3161
@girishvaghela3161 5 ай бұрын
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.
@webdevcloud1
@webdevcloud1 5 ай бұрын
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".
@girishvaghela3161
@girishvaghela3161 5 ай бұрын
@@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?
@girishvaghela3161
@girishvaghela3161 5 ай бұрын
@@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.
@girishvaghela3161
@girishvaghela3161 5 ай бұрын
Thanks Mihir. We installed the CodeDeploy agent manually and it worked now.
@webdevcloud1
@webdevcloud1 5 ай бұрын
Yes we needed that
@sameerahmad8267
@sameerahmad8267 5 ай бұрын
Really thanks.... Very very very informative.... I want to connect with you sir please.
@amandeepsingh7873
@amandeepsingh7873 6 ай бұрын
big thanks
@priyamdas8778
@priyamdas8778 6 ай бұрын
Thanks for the video!! Really helpful
@boxerbhai5282
@boxerbhai5282 6 ай бұрын
Great vdo How to get bitbucket pipline yml? Need to create manually?
@webdevcloud1
@webdevcloud1 6 ай бұрын
You can either create manually or from create pipeline interface of bitbucket...
@boxerbhai5282
@boxerbhai5282 6 ай бұрын
@@webdevcloud1 thanks
@MyminivlogLife
@MyminivlogLife 6 ай бұрын
403 forbidden kyu aaraha Mera ? Custom .php file jab load kar Raha ?
@webdevcloud1
@webdevcloud1 6 ай бұрын
Kindly go through each step once again...
@MyminivlogLife
@MyminivlogLife 6 ай бұрын
@@webdevcloud1 hi now it's solved thanks used http .
@renishpatel8247
@renishpatel8247 6 ай бұрын
Great information bro ...🎯
@vidhanshuborade5977
@vidhanshuborade5977 6 ай бұрын
thanks!
@amandeepsingh7873
@amandeepsingh7873 7 ай бұрын
if possible bitbucket and jenkins server through ci cd setup topic par vedio bnaye, thanks
@webdevcloud1
@webdevcloud1 6 ай бұрын
The video is out now, thanks for the suggestions !!!
@amandeepsingh7873
@amandeepsingh7873 6 ай бұрын
@@webdevcloud1 big thanks
@gauravrathaur7265
@gauravrathaur7265 7 ай бұрын
Hi, Duration metric per Alarm kaise set kar sakte hain? agar 500 millisecond se zyada time le to email aaye
@webdevcloud1
@webdevcloud1 5 ай бұрын
You can check the latest video, which is similar to your question.
@pratikshajadhav9287
@pratikshajadhav9287 7 ай бұрын
Thanks...its really work😊😊😊
@boxerbhai5282
@boxerbhai5282 7 ай бұрын
What about CICD for dotnet core application with elastic Beanstalk?
@iamakashkumarram
@iamakashkumarram 7 ай бұрын
Sir kindly make a detailed Course on AWS ❤
@webdevcloud1
@webdevcloud1 6 ай бұрын
Sure! Will try to go for it...
@jeancarlodev
@jeancarlodev 7 ай бұрын
Hellooo, great tutorial. Some question ... Do you have the same example but using Nginx ? Thanks.
@webdevcloud1
@webdevcloud1 6 ай бұрын
It is already there...
@jeancarlodev
@jeancarlodev 6 ай бұрын
@@webdevcloud1You use apache .. no nginx
@BilalMajeed-hu5pl
@BilalMajeed-hu5pl 7 ай бұрын
thanks mate, can we do this without loadbalancer?
@webdevcloud1
@webdevcloud1 6 ай бұрын
Yes you can
@dominicnewing2477
@dominicnewing2477 7 ай бұрын
Nice one ! - really helped :)
@yuksryan
@yuksryan 7 ай бұрын
changes are not reflecting in my S3 endpoint url
@webdevcloud1
@webdevcloud1 7 ай бұрын
Check for any permission related error!
@josetorresorozco1337
@josetorresorozco1337 8 ай бұрын
good video bro!!!!!
@anupambordoloi457
@anupambordoloi457 8 ай бұрын
Nice video. Simple and elegant. Keep up the good work.
@NinjaAnkit
@NinjaAnkit 8 ай бұрын
Thanks