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.
Pro tip: Use the <- and -> arrow keys to move back and forward.
Edit this page
See a typo or an error? You can improve this page. This website is available on GitHub and contributions are encouraged and welcomed. We love pull requests from you!
- Suggest an edit to this page (here's the contributing guide).
- Open an issue about this page to report a problem.