Sha256: b5a6bc4db0a2a30621cc2ea1425f7569e31aebb90057765659ffc09ec643dcc8
Contents?: true
Size: 1.17 KB
Versions: 2
Compression:
Stored size: 1.17 KB
Contents
--- title: Quick Start --- In a hurry? No sweat! Here's a quick start to using ufo that takes only a few minutes. For this example, we will use a sinatra app from [tongueroo/hi](https://github.com/tongueroo/ufo). The first `ufo init` command sets up the ufo directory structure in your project. The second `ufo ship` command deploys your code to an AWS ECS service. ```sh brew cask install boltopslabs/software/bolts git clone https:///github.com/tongueroo/hi.git cd hi ufo init --app=hi --env stag --cluster=stag --image=tongueroo/hi ufo ship ``` You should see something similar to this: <img src="/img/tutorials/ufo-init.png" class="doc-photo" /> Congratulations! You have successfully deployed code to AWS ECS with ufo. It was really that simple 😁 Note: This quick start does require that you have a docker working on your environment. For docker installation instructions refer to to the official [docker installation guide](https://docs.docker.com/engine/installation/). Learn more in the next sections. <a id="next" class="btn btn-primary" href="{% link docs.md %}">Next Step</a> <p class="keyboard-tip">Pro tip: Use the <- and -> arrow keys to move back and forward.</p>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ufo-1.6.1 | docs/quick-start.md |
ufo-1.6.0 | docs/quick-start.md |