Sha256: c2cdceb1c3003211f18c2a7fcbcd9fe018f9c6e7e47ce53e7361be67e8420001
Contents?: true
Size: 793 Bytes
Versions: 7
Compression:
Stored size: 793 Bytes
Contents
--- title: Installation nav_order: 3 --- ## Install with RubyGems You can install ufo with RubyGems: ```sh 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. {% highlight ruby %} gem "ufo" {% endhighlight %} ## Dependencies * Docker: You will need a working version of [Docker](https://docs.docker.com/engine/installation/) 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](https://aws.amazon.com/blogs/security/a-new-and-standardized-way-to-manage-credentials-in-the-aws-sdks/). {% include prev_next.md %}
Version data entries
7 entries across 7 versions & 1 rubygems