I am trying to setup as per the instructions in step and I am completly lost. Why are $ signs shown on lines to input? Windows does not understand them. I think I have got a error running Rails Server as it hangs in the command prompt screen and won''t accept any typed commands. I am a PHP programmer at the moment and I find this extreamely difficult to understand. The instructions are not clear, they assume that the user understands what is going on, which is not always the case. I comparison WAMP was a dodle to install. Can someone advise where I go from here? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/JqeVqZxblXAJ. For more options, visit https://groups.google.com/groups/opt_out.
Hi there! The $ signs represent the prompt - you do not enter them. It is the equivalent of showing something like c:\> in windows - the generally accepted way to designate ''this is a shell command''. So: $ rails new myapp Is telling you to type "rails new myapp" - no $ sign. rails server doesn''t have any input - you run it, and it shows you the log. There is nothing to type into it. On Wednesday, December 19, 2012 8:54:48 PM UTC, Rocky48 wrote:> > I am trying to setup as per the instructions in step and I am completly > lost. > Why are $ signs shown on lines to input? Windows does not understand them. > I think I have got a error running Rails Server as it hangs in the command > prompt screen and won''t accept any typed commands. > > I am a PHP programmer at the moment and I find this extreamely difficult > to understand. The instructions are not clear, they assume that the user > understands what is going on, which is not always the case. > > I comparison WAMP was a dodle to install. > > Can someone advise where I go from here? >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/ldDGtA7AGbMJ. For more options, visit https://groups.google.com/groups/opt_out.
On Wednesday, December 19, 2012 8:54:48 PM UTC, Rocky48 wrote:> > I am trying to setup as per the instructions in step and I am completly > lost. > Why are $ signs shown on lines to input? Windows does not understand them. >In a unixy environment $ denotes the prompt - you don''t type it.> I think I have got a error running Rails Server as it hangs in the command > prompt screen and won''t accept any typed commands. > > That''s normal: once you''ve started the server it runs until you quit it -you can''t type any more commands into that command prompt.> I am a PHP programmer at the moment and I find this extreamely difficult > to understand. The instructions are not clear, they assume that the user > understands what is going on, which is not always the case. > > I comparison WAMP was a dodle to install. > >Can someone advise where I go from here?>You might find a more windows centric set of instructions easier to follow, or if you can link to the instructions you are following and describe where you are stuck someone should be able to help out. Fred -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/VM65rquoz1UJ. For more options, visit https://groups.google.com/groups/opt_out.