MrDys / blacklight

Blacklight Plugin
http://projectblacklight.org/
Other
1 stars 1 forks source link

Optionally index the data for the user on install. #484

Closed MrDys closed 12 years ago

MrDys commented 12 years ago

CODEBASE-299: The current install process only prints the command needed to index the test data and doesn't actually run the command for them. We should give the option to just have the installer run the indexing rake task and then print the command if they choose not to index at install time.

MrDys commented 12 years ago

Original reporter: jkeck

MrDys commented 12 years ago

jkeck: If yes is answered to the would you like to install solr question then instead of printing out the command to index the data the installer will now ask if you would like the installer to index the data (both test and demo). If the user says anything other than yes then the instruction is printed out as it had in the past.