Jordan, just wanted to say a HUGE THANK YOU! for creating this awesome video. I was struggling to figure out what to do with EC2, load balancers, etc..so this is exactly the crash course I was looking for!
great tutorial, you go strength to the point, question, I like the concept of having dev env in an instance too to have an easy accesibility to both environments, but that involves extra costs once the free plan expires, right?. is there any other fancy/elegant solution to upload changes from dev to prod , instead of pushing changes to git from dev and pulling from prod,? (keeping dev in my local machine)
Thanks! I got an error when I ran "$ rbenv install 2.3.1", saying that I was missing GCC. But I ran " sudo yum groupinstall "Development Tools", and that made the error go away
when you make an AMI all the instals would be there , but that would not start teh rails app, does that part need chef , puppet ? to run rails as service
Hi! thanks for the video, I have a ubuntu 14 machine and I have I issue to setup the ssh at the minute 5:38 this is what I run ssh -L ~/Desktop/example-key.pen ec2-user@123-444-222 and this is what returns Bad local forwarding specification 'example-key.pen' any idea what can be the issue?
When I try to use the command chmod 400 like he did in the video, it still tells me "Permissions 0555 for 'Desktop/mykeypair.pem' are too open." Why doesn't this work?
hello after i clone the app from github and run rails s this error comes , can you help me on this ubuntu@ip-172-31-19-242:~/app/test-oth$ rails s Could not find activesupport-5.0.0.1 in any of the sources Run `bundle install` to install missing gems.
>neural nets
holy shit, this channel is like Christmas for me.
Thank you so much. You saved me hours of headache looking through the AWS documentation
Waoh!!!! This is hands down the best AWS tutorial ever! I would definitely pay to a course on AWS by you
Never missed a second in video, really appreciate for this high standard tutorials.
Great tutorial Jordan - makes the whole scary mess super simple. Nice work - please keep 'em coming!
Jordan, just wanted to say a HUGE THANK YOU! for creating this awesome video. I was struggling to figure out what to do with EC2, load balancers, etc..so this is exactly the crash course I was looking for!
Hey Jordan, awesome video! Do you have the installations steps of the rails, rbenv, ruby on the part you fast fowarded? thanks!
Where's the part he fast forwarded?
I know it's been a year but any luck finding this anyone?
Yeah its a bit sucky to fast forward the environment configuration (forehealdpalmslap)
great tutorial, you go strength to the point, question, I like the concept of having dev env in an instance too to have an easy accesibility to both environments, but that involves extra costs once the free plan expires, right?. is there any other fancy/elegant solution to upload changes from dev to prod , instead of pushing changes to git from dev and pulling from prod,? (keeping dev in my local machine)
hey Jordan, great video, can you please share a link for the installations steps of the rails/ruby development environment?
thanks
In my case it was..
$ sudo yum install -y git gcc openssl-devel readline-devel zlib-devel
$ git clone github.com/rbenv/rbenv.git ~/.rbenv
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
$ ~/.rbenv/bin/rbenv init
$ source ~/.bash_profile
$ eval "$(rbenv init -)"
$ type rbenv
$ git clone github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
$ rbenv install 2.3.1
$ rbenv global 2.3.1
$ ruby -v
$ gem install bundler
$ mkdir ~/.rbenv/plugins
$ git clone git://github.com/dcarley/rbenv-sudo.git ~/.rbenv/plugins/rbenv-sudo
$ sudo yum groupinstall "Development tools" - to install gcc compiler
$ sudo yum install sqlite-devel
$ git clone #YOUREPOSITORY
$ cd #YOUREPOSITORY
$ bundle
Add gems to Gemfile
gem 'execjs'
gem 'therubyracer', :platforms => :ruby
$ bundle
$ rails s -p 3000 -b 0.0.0.0
Thanks! Big help!
Thanks a lot for this bro!
I'm getting an error '-bash: rails: command not found' when I do rails s
Thanks! I got an error when I ran "$ rbenv install 2.3.1", saying that I was missing GCC. But I ran " sudo yum groupinstall "Development Tools", and that made the error go away
Wow you are fast typer :D I would love to see you do AWS Ansible Node video :)
So you see, that's where the problem began
That Introduction
That damned Introduction
How would you take the next step to something like Puma from here? I got everything else working, great tutorial!
Thank you so much for this video from Brazil! You use easy english, goes step by step and with examples! :D
you deserve more viewers
Amazing tutorial! I thought AWS was complicated as f***! But you make it very simple.
Thanks!
PLease teach more.
How about comands for Windows? Like there are no chmods for Windows
You had my like in first 1 min, snow informer sealed the deal!
Can you make a video on nginx to configure rails application with basic and some advance conceps
when you make an AMI all the instals would be there , but that would not start teh rails app, does that part need chef , puppet ? to run rails as service
Great video thanks! I much prefer Heroku although it doesn't have affordable Australian hosting. Very helpful.
where is the part he fast forwarded through? Can't find it
This is so amazing - and that intro LOL!! Thank you!
great video! Thanks for the walkthrough
If I do have rails for my backend and angular for front end, how do i deploy them independently and connect them through aws?
Hi! +Jordan Leigh this works for a ruby app made on windows too? As I'm seeing you're using Linux to work on this.
Thanks for this. It was very helpful
thank you. it was so easy to follow
Thats a wonderful starter for a beginner like me. !! :-)
oHH man...that intro..:D
excellent video!
What happens if my terminal keeps crashing when installing rbenv install 2.3.1?
can you please make video for how to connect ruby on rails api-app to rails ruby on rails webapp you know like connecting android app to webapp
@Jordan Leigh- Can you please tell me how to install Rails on AWS. I am not able to start my rails server on aws. Please reply now. It is urgent.
Thanks! It helped a lot!
great video..thanks a lot
Hi! thanks for the video,
I have a ubuntu 14 machine and I have I issue to setup the ssh at the minute 5:38 this is what I run
ssh -L ~/Desktop/example-key.pen ec2-user@123-444-222
and this is what returns
Bad local forwarding specification 'example-key.pen'
any idea what can be the issue?
is it because you used example-key.pen when it's a .pem file?
When I try to use the command chmod 400 like he did in the video, it still tells me "Permissions 0555 for 'Desktop/mykeypair.pem' are too open." Why doesn't this work?
use sudo chmod 400 yourkey.pem (super user in ubuntu linux at least)
amazon doesn allow the connection if the permissions are too open
Thanks major help here!
thumbs up for the music
hello
after i clone the app from github and run rails s this error comes , can you help me on this
ubuntu@ip-172-31-19-242:~/app/test-oth$ rails s
Could not find activesupport-5.0.0.1 in any of the sources
Run `bundle install` to install missing gems.
You have to install rails after that
your a beast man
man you are fucking good and aasome you make my day
NIce!
or share the AMI
:)