Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.17 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.17 KB

skilda Build Status Coverage Status Code Climate PullReview stats

See demo application.

Getting started

  • requires Ruby >= 1.9 with bundler gem
  • pdfkit gem needs wkhtmltopdf (e.g. sudo apt-get install wkhtmltopdf)
  • neo4j database needs Java >= 7, JAVA_HOME must be set
bundle install                      # installs dependencies
rake neo4j:install[community-2.1.3] # installs neo4j server
rake neo4j:start                    # => http://localhost:7474
rake neo4j:seed                     # creates seed data
rackup                              # => http://localhost:9292

rake neo4j:stop                     # stops the neo4j server