I have Apache server with installed PHP by default. There are several applications working on PHP, and I'm going to run there applications on Rails also.
- If I install also Ruby and Rails, may applications on PHP somehow interfere the applications on Rails?
- In Rails tutorial there is a command '>rails server' to run the server. If I already use the server for applications on PHP, should I use that command? If so, what would it do?
My appreciation for response.