Skip to content

Sanne/presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published