Hi all,

So I'm brand new to Vagrant and working on getting dome development chops 
back.

After much struggle, I was finally able to get a rails server up and 
running with everything I need to start building a rails app with my 
Coursera course.

The process here was 'vagrant ssh' and then I installed git, rails, rvm & a 
few others.

I needed to adjust my port forwarding so I made changes to the vagrantfile 
so I exited my ssh and ran 'vagrant reload.'

Then I ran 'vagrant ssh' and tried to spin up 'rails server' and got an 
error that rails wasn't installed. So I reinstalled it, had the server up 
and running, then exited the ssh session.

I tried again, and got the same rails not installed error.

It seems as though some of my dependencies are there (npm, rvm, git), but 
rails is not.

I thought the idea was that I could just 'vagrant up' my way in to a 
working environment.

Is there something I'm not understanding correctly? Do I need to provision 
something? (I tried adding stuff to the vagrantfile to provision rails, but 
still didn't work).

I know this is basic stuff for many of you, but after hours on the internet 
I cannot figure out what's going on.

Thanks!!
Mike

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to