- 3
- 11 381
The Codeman Talks
India
เข้าร่วมเมื่อ 27 พ.ย. 2023
Welcome to "The Codeman Talks" - your premier destination for captivating and informative tech talks! 🚀
Immerse yourself in a world of Cloud, AWS, development, error-solving, and the latest cutting-edge technologies through our extensive video content. Whether you're a seasoned developer or just embarking on your tech journey, we've got you covered.
💻 Development Demystified: Embark on a journey of software development with our tutorials, covering coding challenges and step-by-step guides designed to elevate your coding skills and keep you ahead of the curve.
🚀 Embrace New Technologies: Stay at the forefront of innovation as we introduce you to the latest technologies, frameworks, and tools shaping the tech industry's future.
Join our community where we share a passion for continuous learning and growth.
Subscribe now to "The Codeman Talks" and equip yourself with the knowledge of technology. 💻🌟
Immerse yourself in a world of Cloud, AWS, development, error-solving, and the latest cutting-edge technologies through our extensive video content. Whether you're a seasoned developer or just embarking on your tech journey, we've got you covered.
💻 Development Demystified: Embark on a journey of software development with our tutorials, covering coding challenges and step-by-step guides designed to elevate your coding skills and keep you ahead of the curve.
🚀 Embrace New Technologies: Stay at the forefront of innovation as we introduce you to the latest technologies, frameworks, and tools shaping the tech industry's future.
Join our community where we share a passion for continuous learning and growth.
Subscribe now to "The Codeman Talks" and equip yourself with the knowledge of technology. 💻🌟
Ultimate Guide to Deploying Nextjs and Nodejs app on AWS EC2
🚀 Learn How to Deploy Next.js and Node.js Application on AWS EC2 | Step-by-Step Tutorial
In this tutorial, I guide you through deploying a Next.js and Node.js application project on Amazon Web Services (AWS) EC2. Whether you're a beginner or an experienced developer, you'll find this step-by-step guide helpful for launching your projects on the cloud.
📁 Prerequisites:
1. A complete project with the latest code pushed on GitHub.
2. An AWS account with access to EC2 services.
3. How to create AWS EC2 instance : th-cam.com/video/4KTcT3CDHT0/w-d-xo.htmlsi=04TX3a_ulw_UtH_W
👍 If you find this tutorial helpful, please like, share, and subscribe for more content!
🚨 Important Note: Always be cautious when handling AWS resources and ensure proper security measures are in place.
🔔 Subscribe for more tech tutorials: [Your Channel Name]
📧 For business inquiries: [Your Email Address]
#NextJS #NodeJS #AWS #EC2 #DeploymentTutorial #WebDevelopment #CloudComputing #TechTutorial #deploy #host #hosting #deployment #deployProject
In this tutorial, I guide you through deploying a Next.js and Node.js application project on Amazon Web Services (AWS) EC2. Whether you're a beginner or an experienced developer, you'll find this step-by-step guide helpful for launching your projects on the cloud.
📁 Prerequisites:
1. A complete project with the latest code pushed on GitHub.
2. An AWS account with access to EC2 services.
3. How to create AWS EC2 instance : th-cam.com/video/4KTcT3CDHT0/w-d-xo.htmlsi=04TX3a_ulw_UtH_W
👍 If you find this tutorial helpful, please like, share, and subscribe for more content!
🚨 Important Note: Always be cautious when handling AWS resources and ensure proper security measures are in place.
🔔 Subscribe for more tech tutorials: [Your Channel Name]
📧 For business inquiries: [Your Email Address]
#NextJS #NodeJS #AWS #EC2 #DeploymentTutorial #WebDevelopment #CloudComputing #TechTutorial #deploy #host #hosting #deployment #deployProject
มุมมอง: 8 586
วีดีโอ
Learn How to create AWS EC2 Instance | AWS EC2 Tutorial 2023
มุมมอง 539ปีที่แล้ว
Step-by-Step Guide: Launching Your First AWS EC2 Instance | AWS EC2 Tutorial 2023 Learn How to create or launch EC2 instance on AWS. We'll walk you through the entire process of creating your first Amazon EC2 instance, from start to finish. Whether you're a beginner or looking to refresh your skills, this step-by-step guide will empower you to harness the power of cloud computing with AWS. 🔍 Wh...
Install Nodejs, npm using NVM on Windows | Easy Tutorial
มุมมอง 2.3Kปีที่แล้ว
🚀 Install Nodejs, npm, NVM on Windows 10 / 11 Follow our step-by-step guide to install Node.js using NVM (Node Version Manager). 🛠️ 🔧 Set up NVM effortlessly and take control of Node.js versions with ease. From installation to mastering commands like nvm use, nvm install, and more. 📊 📦 Download NVM for Windows from the official repository: coreybutler/nvm-windows #NodeJS #NVM #WindowsInstallati...
Thanks for this awesome video. Keep it up
Thanks for thetutorial. Update your description. {🔔 Subscribe for more tech tutorials: [Your Channel Name] 📧 For business inquiries: [Your Email Address]}
npm is not working
Bro pls make video on how to connect domain name with ec2 This video was very helpful
I am planning to make this one soon . . . Pls subscribe 😁
Super.Keep it up!
Hi.. after the deployment I'm getting 403 forbidden error on the client console. How can we resolve this? Is it a nginx issue?
Seems like you didn't do proxy properly . . . might be nginx issue.
Iske baad koi bhi npm command work karega
css not loading for the application
css location pe depend karta hai bro. and how you imported it.
configration file kidhar he na comment me na discription me hai
Configuration file kanaha hai
Hi, is this work with amazon free tier ? or is there something in deployment is using free trial service
Yes bro . . . It works as long as you have a linux server 😁
bhaiya npm run build command ke project directory me run kr rah hoon production build nhi ban rah hai stuck ho gya hai kya krun?
according to me, if your build starts and it gets stuck somewhere in middle that simply means your instance is out of RAM.
@@Codeman_Talks thanks you sir, I will try to deploy small nextjs project.
where the SSL?
SSL is auto generated using certbot. certbot automatically updates your nginx configuration when you run `sudo certbot -d <domain> --nginx`
I'm struggling 5 days to deploy. This video is more helpful.
file configuration to diya hi nahi bhai description mai
please make a video how to restart the server when we push some changes to the git and pulling it then restarting the server please provide in detail
nginx: [emerg] open() "/etc/nginx/sites-enabled/nano" failed (40: Too many levels of symbolic links) in /etc/nginx/nginx.conf:60 nginx: configuration file /etc/nginx/nginx.conf test failed
bro just try to delete that old nginx config you created from both sites available and enabled then try again. If you don't want to do that then you can unlink the symbolic link and then try again.
Hello can you share all step with commands?
thanks
getting error of WARNING: UNPROTECTED PRIVATE KEY FILE! @ Permissions 0644 for '~/.ec2/id_rsa-gsg-keypair' are too open. It is recommended that your private key files are NOT accessible by others. This private key will be ignored. what to do in this case
chmod 600 "yourfile.pem"" this will change the permission of the file
change pem file permissions to 400 "chmod 400 file.pem"
great man your genius please make more videos.
Thank you, I will
bhai tere ko marathi ati hai? kaha se ho?
Haa bhai marathi hu mai (I am from Nanded Maharashtra)
For more tech discussions and tech insights, please checkout our blogs on codemantalks.com/
🤦 Promo>SM
How can i add environment variables
export naam se ek command hoti hai bhai
You skipped last Sudo ...??give exact
after creating AWS EC2 instance do following steps 1. sudo apt-get update 2. sudo apt-get upgrade 3. sudo apt-get install build-essential (this is optional but you should do it to avoid dependency error)
At last what??in command prompt
Nice
Thank you 😊