Sha256: 2da860994efb8c68ba39870272aa67de6e1cd7bfedc55307014d4c19c1aa4199

Contents?: true

Size: 1.16 KB

Versions: 16

Compression:

Stored size: 1.16 KB

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 %}

## Install with Bolts Toolbelt

If you want to quickly install ufo without having to worry about ufo's dependencies you can install the Bolts Toolbelt which has ufo included.

```sh
brew cask install boltopslabs/software/bolts
```

For more information about the Bolts Toolbelt or to get an installer for another operating system visit: [https://boltops.com/toolbelt](https://boltops.com/toolbelt)

## 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

16 entries across 16 versions & 1 rubygems

Version Path
ufo-4.5.11 docs/_docs/install.md
ufo-4.5.10 docs/_docs/install.md
ufo-4.5.9 docs/_docs/install.md
ufo-4.5.8 docs/_docs/install.md
ufo-4.5.7 docs/_docs/install.md
ufo-4.5.6 docs/_docs/install.md
ufo-4.5.5 docs/_docs/install.md
ufo-4.5.4 docs/_docs/install.md
ufo-4.5.3 docs/_docs/install.md
ufo-4.5.2 docs/_docs/install.md
ufo-4.5.1 docs/_docs/install.md
ufo-4.5.0 docs/_docs/install.md
ufo-4.4.3 docs/_docs/install.md
ufo-4.4.2 docs/_docs/install.md
ufo-4.4.1 docs/_docs/install.md
ufo-4.4.0 docs/_docs/install.md