New HSI Prototype
- Sign up for a Swiftype account, then create an API based engine with a Document Type called "post".
- Create a .env file with your Swiftype API key, engine key, engine slug, and default host (see .env.example). Note: The first two steps are only needed to perform search using swiftype(other features should work without doing this)
- Clone this repository and run bundle install, rake db:create, and rake db:migrate.
- Create database.yml in config folder (you can use the content in database.yml.example file without any problem)
- Run the demo with foreman start.(go to localhost:5000)