Skip to content

sschmeck/skilda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Prototype of a skill database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published