When you type that command you're literally telling it to create a 'new' 'rails' project named 'odot'. After you hit Enter or Return, the app should be created through the magic of Rails (assuming you have Rails installed, of course). You'll know it was created because there should now be a folder named 'odot' inside whatever folder you were in when you typed the command.
Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.
Brandon McClelland
4,645 PointsBrandon McClelland
4,645 PointsWhen you type that command you're literally telling it to create a 'new' 'rails' project named 'odot'. After you hit Enter or Return, the app should be created through the magic of Rails (assuming you have Rails installed, of course). You'll know it was created because there should now be a folder named 'odot' inside whatever folder you were in when you typed the command.