An implementation of the Microbox Custom Provider spec for Linode.
bundle exec puma -e development
A Linode API key is required to update the catalog files.
microbox evar add local API_KEY=your_linode_api_key
Update catalog config files.
bundle exec rake catalog:update
bundle exec irb -I. -r app.rb
rspec