Installation
Install with RubyGems
You can install ufo with RubyGems:
gem install ufo
Or you can add ufo to your Gemfile in your project if you are working with a Ruby project. It is not required for your project to be a ruby project to use ufo.
gem "ufo"Dependencies
- Docker: You will need a working version of Docker installed as ufo shells out and calls the
dockercommand. - AWS: Set up your AWS credentials at
~/.aws/credentialsand~/.aws/config. This is the AWS standard way of setting up credentials.