title | category |
---|---|
Git config |
Git |
Ne pas oublier : l'aide en ligne de commande.
Below are the setups to run Ruby on Rails application on your system. | |
Make sure Ruby is installed on your system. Fire command prompt and run command: | |
ruby -v | |
Make sure Rails is installed | |
rails -v | |
If you see Ruby and Rails version then you are good to start, other wise Setup Ruby On Rails on Ubuntu |