Software Development (CSC 321 2016S) : EBoards

CSC321.01 2016S, Class 02: Deploying Rails Applications


Overview

Preliminaries

Admin

Upcoming Work

Good Things to Do

Academic

Peer

Questions

A quick overview of Ruby

Cool things about Ruby

Setting Up Your First Rails App

The following instruction takes way too long

$ rails _4.2.2_ new hello_app
     .
     .
     .
     run  bundle install

I think you can safely hit ^C once it hits the bundling. Then edit your Gemfile (as instructed in the book), and then type bundle install on the command line. (When you do that, it will still take a long time, but a bit less. Read ahead in the book while it is installing.)