Skip to content

Commit

Permalink
Merge pull request #746 from joaofnfernandes/ddc-aws
Browse files Browse the repository at this point in the history
Introduce DDC for AWS
  • Loading branch information
joaofnfernandes authored Nov 29, 2016
2 parents c717eb7 + c73ccec commit 7d77fa4
Show file tree
Hide file tree
Showing 22 changed files with 403 additions and 12 deletions.
6 changes: 4 additions & 2 deletions _data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -643,8 +643,10 @@ toc:
title: Prior CS Engine release notes
- sectiontitle: Docker Datacenter
section:
- path: /datacenter/try/
title: Try Docker Datacenter
- path: /datacenter/install/aws/
title: Deploy Datacenter on AWS
- path: /datacenter/install/linux/
title: Deploy Datacenter on Linux
- sectiontitle: Universal Control Plane 2.0
section:
- path: /datacenter/ucp/2.0/guides/
Expand Down
Binary file added datacenter/images/app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datacenter/images/autoscale_save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datacenter/images/autoscale_update.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datacenter/images/aws-stack-update.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datacenter/images/aws_account_number.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datacenter/images/aws_support_center_link.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datacenter/images/cloudformation_update.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datacenter/images/console_installation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datacenter/images/create_ucp_hrm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datacenter/images/d4a_ddc_arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datacenter/images/dtr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datacenter/images/elb_listeners_update.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datacenter/images/insecure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datacenter/images/managers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datacenter/images/output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added datacenter/images/ucp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
387 changes: 387 additions & 0 deletions datacenter/install/aws.md

Large diffs are not rendered by default.

22 changes: 12 additions & 10 deletions datacenter/try.md → datacenter/install/linux.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: Try Docker Datacenter
title: Deploy DDC on Linux servers
description: Learn how to get a trial license and install Docker Datacenter
keywords: docker, datacenter, install, orchestration
redirect_from:
- /datacenter/try/
---

The best way to try Docker Datacenter for yourself is to get the [30-day
Expand All @@ -23,7 +25,7 @@ Also make sure the hosts are running one of these operating systems:
* Ubuntu 14.04 LTS
* SUSE Linux Enterprise 12

[Learn more about the Docker Datacenter system requirements](ucp/2.0/guides/installation/system-requirements.md)
[Learn more about the Docker Datacenter system requirements](../ucp/2.0/guides/installation/system-requirements.md)


### Step 2: Install CS Docker Engine
Expand All @@ -37,7 +39,7 @@ Log in into each node using ssh, and install CS Docker Engine:
curl -SLf https://packages.docker.com/1.12/install.sh | sh
```

[You can also install CS Docker Engine using a package manager](../cs-engine/install.md)
[You can also install CS Docker Engine using a package manager](../../cs-engine/install.md)

### Step 3: Install Universal Control Plane

Expand All @@ -62,7 +64,7 @@ for any necessary configuration values.
Now that UCP is installed, you need to license it. In your browser, navigate
to the UCP web UI and upload your license.

![](ucp/2.0/guides/images/try-ddc-1.png)
![](../images/try-ddc-1.png)

[Get a free trial license if you don't have one](https://store.docker.com/bundles/docker-datacenter).

Expand All @@ -72,11 +74,11 @@ Join more nodes so that you can manage them from UCP.
Go to the **UCP web UI**, navigate to the **Resources** page, and go to
the **Nodes** section.

![](ucp/2.0/guides/images/try-ddc-2.png)
![](../images/try-ddc-2.png)

Click the **Add Node button** to add a new node.

![](ucp/2.0/guides/images/try-ddc-3.png)
![](../images/try-ddc-3.png)


Check the 'Add node as a manager' option to join the node as a manager
Expand Down Expand Up @@ -108,7 +110,7 @@ by UCP.

## Where to go next

* [Create and manage users](ucp/2.0/guides/user-management/create-and-manage-users.md)
* [Deploy an application](ucp/2.0/guides/applications/index.md)
* [Push an image to DTR](dtr/2.1/guides/repos-and-images/push-an-image.md)
* [Considerations for a High Availability Deployment](ucp/2.0/guides/high-availability/index.md)
* [Create and manage users](../ucp/2.0/guides/user-management/create-and-manage-users.md)
* [Deploy an application](../ucp/2.0/guides/applications/index.md)
* [Push an image to DTR](../dtr/2.1/guides/repos-and-images/push-an-image.md)
* [Considerations for a High Availability Deployment](../ucp/2.0/guides/high-availability/index.md)

0 comments on commit 7d77fa4

Please sign in to comment.