Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.02 KB

EP - Graph visualization and documents indexing

Installation

  • Install Play! Framework:
    • Download and install Play! Framework: play
  • Install Neo4j graph database:
    • Download and install Neo4j server: neo4j

Compile

  • Compile using Play! activator:
    • Enter into project directory, initialize activator and compile:
       $ cd ep 
       $ activator 
       [ep] $ compile
    It will download all dependencies and compile the application.

Run application

  • Launch application using activator:
    $ cd ep
    $ activator
    [ep] $ run

Application will start, usaully at http://localhost:9000

Free Software