+ 1
PLEASE HELP how to run project from GitHub???
I installed a project from Github (it is on Ruby on Rails) and then successfully run it: http://localhost:3000/ BUT all I can see is - welcome page ruby on rails SO how to know what should I add at the end of this link: http://localhost:3000/ to go to the project website (not on the welcome page)? THANK YOU!!!
2 Antworten
+ 2
The string to put after localhost:3000/ is called "Route"
You could check the GET request handlers in the source code for the available routes.
+ 1
link the project in the question first :)