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.
Dependencies
- Docker: You will need a working version of Docker installed as ufo shells out and calls the
docker
command. - AWS: Set up your AWS credentials at
~/.aws/credentials
and~/.aws/config
. This is the AWS standard way of setting up credentials.