LingDesktop is a rich Internet application and collection of web services which allows users to create, share and edit linguistic data.
1. Install Jruby. http://jruby.org 2. Install required ruby gems: > jruby -S gem install bundler > jruby -S gem install neo4j 3. cd path_to/lingdesktop > jruby -S bundle
> jruby -S rake neo4j:seed
This rake task will import GOLD from a ntriples file located in:
/lingdesktop/db/slash_gold-2009.nt
Also inits the store with admin and demo users
Email: [email protected] Password: adminadmin Email: [email protected] Password: demodemo
To run these rake tasks separately:
> jruby -S rake neo4j:delete > jruby -S rake neo4j:users > jruby -S rake neo4j:gold
> jruby -S rails server
..or to test on the production java environement
> jruby -S glassfish
Open your browser to 0.0.0.0:3000
see: http://kenai.com/projects/jruby/pages/JRubyOnRailsWithGlassfishGem