Ruby - a dynamic scripting language with a focus on simplicity
Rails - a popular MVC web framework built on ruby
PostgreSQL - a fast and secure relational database with a large following
Heroku - a free-to-use cloud application platform focusing on hosting web applications
Git - a very popular distributed version control system
GitHub - a git repository hosting service
- Open a terminal and change to the repository directory
$ pwd
/Users/yourusername
$ cd path/to/repo- Make sure that all required packages are installed
$ bundle install- Make sure that all database migrations have been run
$ bundle exec rake db:migrate- Start up the rails server
$ rails server
- Sublime Text - a popular text editor
- Screenhero - screen sharing made for remote developers