https://github.com/neo4jrb/neo4j-meta_model-app
Example app for using neo4j-meta_model
https://github.com/neo4jrb/neo4j-meta_model-app
Last synced: about 2 months ago
JSON representation
Example app for using neo4j-meta_model
- Host: GitHub
- URL: https://github.com/neo4jrb/neo4j-meta_model-app
- Owner: neo4jrb
- Created: 2015-01-26T12:53:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T21:25:32.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T09:29:05.187Z (3 months ago)
- Language: Ruby
- Size: 216 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## neo4j-meta_model-app
`neo4j-meta_model-app` is a Rails application with [neo4j-meta_model](http://github.com/neo4jrb/neo4j-meta_model) pre-configured. It uses Rails 4.2 and thus requires Ruby version 1.9.3 or greater
See the [neo4j-meta_model](http://github.com/neo4jrb/neo4j-meta_model) for information on how to use the management interface
## Usage
Requirements: Ruby, [Bundler](http://bundler.io/), and [Neo4j](http://neo4j.com)
To start using this app:
* Install [Neo4j](http://neo4j.com)
* Install Ruby
* Download the repository
* `cd` into the directory
* Run `bundle install`
* Run `NEO4J_SERVER_URL=http://localhost:7474 rails s`Replace the `http://localhost:7474` with the URL of your Neo4j server, or just copy/paste directly if you are using the default 7474 port.