-
Notifications
You must be signed in to change notification settings - Fork 15
Coming soon to an internet near you, a Ruby on Rails document management system.
License
wtg/flagship_docs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Quick Setup:
1. bundle install
2. rake db:migrate
3. script/delayed_job start
or
RAILS_ENV=production script/delayed_job start
4. rake sunspot:solr:start
5. Enjoy.
Notes:
Delayed Job (https://github.com/collectiveidea/delayed_job/) is used to extract the text from
documents asynchronously. You'll want to have it running if you want your document content to be
indexed. For more information how to start it, check out their readme.
Sunspot does the actual indexing and searching using Solr. If you are running this in production
you might want to install and configure a more potent solr installation, but the default works
great for development. To refresh the index manually use: `rake sunspot:reindex`.
About
Coming soon to an internet near you, a Ruby on Rails document management system.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published