Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 477 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 477 Bytes

Florentine Drawings

Blacklight Rails app for the Villa I Tatti Drawings of the Florentine Painters Catalog

Make sure you have Ruby 2.2.0 and 4.2.6+ installed

git clone https://github.com/villaitatti/florentine-drawings.git
bundle install

To index the data, make sure solr is running and:

rake itatti:index

And start the server in development:

rails server

To control the IP and port:

rails server --binding=123.456.789.321 -p 80