KZbin should sort out the quality issues soon (Hopefully!) Checkout the Discord in the meantime! discord.gg/vumKwDk
@haroldpepete2 жыл бұрын
great video. i wish you a wonderful 2023 and thank for uploading all that amazing content in your channel
@Deanin2 жыл бұрын
Thank you so much! I hope you have a great 2023 as well! 🙂
@matyloque2 жыл бұрын
man u are awesome, im studying cs on Chile, we learned rails 7, and ur vids are so helpful, keep it up.
@shoaibrafi74852 ай бұрын
Great content. I used the docker compose with postgres video with this one to deploy my rails+postgres app on an EC2. Thanks @Deanin
@withrejkapermana60872 жыл бұрын
17:40 all this time, This is what I need. Remove that port. Thank's for your information!
@laimichael876411 ай бұрын
This video is wonderful!!!
@ZainNazirButt Жыл бұрын
great video Deanin. I wanted to ask why did you build the image on the EC2 rather than locally and upload it through ECR or Docker hub? Wouldn't we do this for a production app normally?
@maxsisjr31202 жыл бұрын
Thanks Man this helped me a ton :)
@ashthruthelens Жыл бұрын
Can you do a complete 0-100 walkthrough of deployment with Rails 7.1 + Postgres + Docker + NGINX + attaching domain name to server? This tutorial is using sqlite, and I know for postgresql you have to do some additional steps. It would be insanely helpful. Thanks in advance!
@theappsecguy Жыл бұрын
Amazing! Can you do an in depth breakdown of using mrsk? With a database, redid, sidekiq, etc
@j_devs4603 Жыл бұрын
Thank you so much!!!! You are the best and save my life!
@archangel01372 жыл бұрын
Great video, very informative. Can you please make a tutorial on how to properly deploy Rails using AWS Elastic Beanstalk with a custom domain? That would be a great compliment to this video.
@kamalpandey71772 жыл бұрын
How can we make use of CI/CD for this one? And also it will be helpful to access using domain name rather than IP.
@toanngoc31232 жыл бұрын
Thank you very much
@madebygraham Жыл бұрын
Love the videos. Would like to see a version deployed to azure platform as well.
@jordanfox3782 Жыл бұрын
Thanks I would love to see this same tutorial done on GCP cloudrun. I think it is a better option than EC2 these days for running a single container.
@yousefmohamed973910 ай бұрын
great job bro, keep going 🔥 I have a question what should I use to run rails s on background
@elisson357 Жыл бұрын
Thanks for sharing.
@carlosdanielpohlod4388 Жыл бұрын
thanks a lot for you class
@ViktorSchmidt2 жыл бұрын
AWS is so terrible experience 😭. But, nice video, to compare to Heroku or Render 👍🏼 Have a good start in year 2023 🤓
@anikettiwari68852 жыл бұрын
Thanks a lot for the wonderful video. Can you also make a video on how to deploy rails app with docker and kubernetes on aws EKS
@werewasyo Жыл бұрын
the various bugs...like the docker image search not appearing at first, and you having to re-submit the search to get it to appear...yes aws has these bugs, but is there a better cloud provider dashboard with less bugs? just curious
@TheKnowlegeGate9 ай бұрын
couldn't find Docker on Ubuntu 22.04 LTS by peace haven corp. can you please some alternative for that
@gibraltaz0r423 Жыл бұрын
THANK YOU SO FUCKING MUCH
@Deanin Жыл бұрын
😂 Glad it helped!
@flipflop8403 Жыл бұрын
Sorry about that but how to set ENV variables in the ubuntu server ? Docker installation fails at RUN SECRET_KEY_BASE_DUMMY=1 bundle exec rails assets:precompile and return Missing `secret_key_base` for 'production' environment, set this string with `bin/rails credentials:edit`
@Sports-Made Жыл бұрын
When I create a new rails app, there is no docker file