-
Ensure you have Ruby on Rails installed. If not, run
gem install rails
from the command line. -
Download or clone this repo.
-
Navigate to the Rails directory
-
From inside that directory, run
rails server
in the command line. -
Visit localhost:3000 to see the gallery!
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!