Skip to content

Latest commit

 

History

History
 
 

Rails

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ruby > Rails

Getting Started

  1. Ensure you have Ruby on Rails installed. If not, run gem install rails from the command line.

  2. Download or clone this repo.

  3. Navigate to the Rails directory

  4. From inside that directory, run rails server in the command line.

  5. Visit localhost:3000 to see the gallery!

About this Demo

This demo/tutorial is a slightly modified version of the Rails Getting Started tutorial. It allows you to create a stripped down Ruby on Rails clone of the system we use to manage charts on our own gallery. Feel free to use it for managing your own charts or as a jumping off point to build something even cooler!