Skip to content

elitmus/ariadne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ariadne

This gem keeps track of time consumed by test takers.

Build Status:

Build Status

Code Climate

Test Coverage

Issue Count

Steps to install:

  1. Install redis

    $ brew install redis
  2. Start the redis server

    $ redis-server
  3. In your Rails app, create config/initializers/ariadne.rb with following content

    # config/initializers/ariadne.rb
    
    # Set Redis URL
    ENV['REDIS_URL'] = "#{your_redis_server_URL}"
    
    # set the host application name to be used to save data in Ariadne
    ENV['APP_NAME']  = "#{your_application_name}"
  4. Include in your Gemfile

    # Gemfile
    
    gem 'ariadne', git: 'https://github.com/elitmus/ariadne.git'
  5. run

    $ bundle install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages