Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (22 loc) · 860 Bytes

README.rdoc

File metadata and controls

41 lines (22 loc) · 860 Bytes

README

  • Ruby version jruby-9.1.12.0

  • Rails version

This app was created with:

  rails _4.2.9_ new search_client_graphql -O
  • System dependencies

    The target deployment is strictly JRuby.

    Depends on graphql server.…

    Currently there is no Rails database adapter for JRuby and Postgresql, so have to stay with Rails 4. COULD THIS RUN ON RAILS 5 - no database connection?

  • Configuration

    Configuration files are in ~/.nsl. This includes just one config file.

    There is no database connection config because this does not connect to any databases.

    Development config files are in ~/.nsl/development/.

  • Database creation

    No database - it’s a client to the graphql server.

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

    None.

  • Deployment instructions

    See Jenkins.