samvera-deprecated / sufia-vagrant

A generic sufia application
Apache License 2.0
3 stars 6 forks source link

Tweak provisioning to support full-text indexing #11

Closed mjgiarlo closed 2 years ago

mjgiarlo commented 10 years ago

Once a new release of Sufia is available (a new 4.0.0 RC or 4.0.0 itself), full-text indexing will be supported. This will require just a couple of changes:

  1. Change the Gemfile to point at the newer Sufia release
  2. Run the full-text generator within the Vagrant instance via rails g sufia:models:fulltext
  3. Add all_text_timv to the catalog controller's QF like so: https://github.com/gwu-libraries/gw-sufia/pull/89/files#diff-3 (this step may or may not be added to Sufia fulltext generator in the 4.0 release -- if so, this step may be skipped)
  4. Change the Vagrantfile to call rake sufia:jetty:config instead of rake jetty:config