Sanne / presentation

Slides for a presentation about Lucene & JavaEE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Slides for a presentation about Lucene & JavaEE

License:Other


Languages

Language:CSS 47.5%Language:JavaScript 40.6%Language:HTML 11.9%