This is a project to provide OpenAPI support inside the Ruby on Rails framework.
You need to install ruby >= 2.2.2 and run:
bundle install
export SERVICE_APPROVAL_DATABASE_USERNAME=<<database_user>>
export SERVICE_APPROVAL_DATABASE_PASSSWORD=<<database_password>>
or
export DATABASE_URL=postgres://pguser:pgpass@localhost/somedatabase
export MANAGEIQ_USER=admin
export MANAGEIQ_PASSWORD=smartvm
export MANAGEIQ_HOST=localhost
export MANAGEIQ_PORT=3000
bin/rake db:create db:migrate
bin/rails s
To list all your routes, use:
bin/rake routes
This project is available as open source under the terms of the Apache License 2.0.