Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 742 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 742 Bytes

Slides for an Hibernate Search / Infinispan Query presentation

Best seen by running a local node.js server:

  1. Install Node.js and Grunt On Fedora:
 $ sudo dnf install npm nodejs-grunt
  1. Install dependencies of this project (run within the git checkout):

    $ npm install
  2. Serve the presentation and monitor source files for changes

    $ grunt serve

Optional. If grunt is not found, you might need to install it explicitly:

$ sudo npm install -g grunt-cli
  1. Open http://localhost:8000 to view your presentation

    You can change the port by using grunt serve --port 8001.