This project's support has been ceased. No future fixes or features are planned.
A Ruby wrapper for Jelastic API.
Add this line to your application's Gemfile:
gem 'jelastic'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jelastic
client = Jelastic::Client.new do |config|
config.login = 'LOGIN'
config.password = 'PASSWORD'
config.api_url = 'API URL HOST PROVIDER' # e.g. https://app.j.layershift.co.uk/1.0/
# add unique id to have multiple connections from the same ip
config.user_agent = nil # e.g. Task1-UniqueID1
end
TODO: Write usage instructions here
Bug reports and pull requests are welcome on GitHub at https://github.com/visualitypl/jelastic.
Copyright (c) 2016 Visuality. See LICENSE for details.