Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 311 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 311 Bytes

Index Admin

A tool for merging and deploying indices to Solr.

Setup

git clone [email protected]:CompanyBook/index_admin.git
cd index_admin
bundle install
rake db:create
rake db:migrate
rails server
open http://localhost:3000

Need further instructions? Ask Rune :)