UNIX Commands pwd present working directory ls list current directory contents ls -la list current directory contents in long format and show hidden files man <some unix command> Bring up the manual pages for a command. Type q to exit
This is a list of steps to: Setup a new Rails app Initialize a local repository using git Create a new remote repository using GitHub Change README.rdoc Deploy to a cloud service - Heroku Assumptions: Ruby is installed (v 1.9.3) Rails is installed (v 3.2.3)