Note: This project is currently in early alpha
This Rails engine is included with ManageIQ! No separate installation required.
It is assumed you have met all prerequisites for installing the ManageIQ app, as described here.
First, fork/clone the project:
git clone git@github.com:username/manageiq-graphql.git
Next, run the setup script:
$ cd manageiq-graphql
$ bin/setup
This should be sufficient to meet all development dependencies. During development, if you need to update the dependencies you can do so by running:
$ bin/update
For more details on developing ManageIQ plugins, please refer to the ManageIQ Plugin Development guide.
To run the entire test suite:
$ bundle exec rake spec
Individual files/tests can be run using the RSpec's normal executable:
$ bundle exec rspec spec/path/to/spec.rb:<optional line number>
The gem is available as open source under the terms of the Apache-2.0 License.