Skip to content

Commit 929f19a

Browse files
author
jseldess
committed
Merge pull request #263 from cockroachdb/jseldess/link-to-virtualbox-guide
Link to VirtualBox VM setup guide and other minor deployment doc updates
2 parents 3c86560 + 87a8d2f commit 929f19a

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

cloud-deployment.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,11 @@ title: Cloud Deployment
33
toc: false
44
---
55

6-
Coming soon.
6+
To deploy an insecure development or test cluster on Google Cloud Engine or AWS using [Terraform](https://www.terraform.io/), see the configuration files and instructions in the [`gce`](https://github.com/cockroachdb/cockroach/blob/master/cloud/gce) and [`aws`](https://github.com/cockroachdb/cockroach/blob/master/cloud/aws) directories of our main cockroach GitHub repository.
7+
8+
More cloud deployment docs coming soon.
9+
10+
## See Also
11+
12+
- [Manual Deployment](manual-deployment.html)
13+
- [Start a Local Cluster](start-a-local-cluster.html)

manual-deployment.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc: false
55

66
This page shows you how to manually deploy a multi-node CockroachDB cluster on multiple machines.
77

8-
{{site.data.alerts.callout_info}} For deployment on AWS and other cloud providers, see <a href="cloud-deployment.html">Cloud Deployment</a>. For local testing and development, see <a href="start-a-local-cluster.html">Start a Local Cluster</a>.{{site.data.alerts.end}}
8+
{{site.data.alerts.callout_info}} For testing and development, you can <a href="start-a-local-cluster.html">Start a Local Cluster</a> or <a href="cloud-deployment.html">Deploy on GCE or AWS using Terraform</a>. You can also <a href="http://uptimedba.github.io/cockroach-vb-single/cockroach-vb-single/home.html">Run CockroachDB inside a VirtualBox VM</a> (community-supported).{{site.data.alerts.end}}
99

1010
<div id="toc"></div>
1111

@@ -221,3 +221,9 @@ store[0]: path=cockroach-data
221221
~~~
222222

223223
<img src="images/admin_ui.png" style="border:1px solid #eee;max-width:100%" />
224+
225+
## See Also
226+
227+
- [Cloud Deployment](cloud-deployment.html)
228+
- [Start a Local Cluster](start-a-local-cluster.html)
229+
- [Run CockroachDB in a VirtualBox VM](http://uptimedba.github.io/cockroach-vb-single/cockroach-vb-single/home.html) (community-supported)

start-a-local-cluster.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ toc: false
44
expand: true
55
---
66

7-
Once you've [installed CockroachDB](install-cockroachdb.html), you can quickly start a single- or multi-node cluster locally with each node listening on a different port. For details about running CockroachDB on multiple machines or in the cloud, see <a href="manual-deployment.html">Manual Deployment</a> or <a href="cloud-deployment.html">Cloud Deployment</a>.
7+
Once you've [installed CockroachDB](install-cockroachdb.html), you can quickly start a single- or multi-node cluster locally with each node listening on a different port.
8+
9+
{{site.data.alerts.callout_info}}To run CockroachDB on multiple machines or in the cloud, see <a href="manual-deployment.html">Manual Deployment</a> or <a href="cloud-deployment.html">Cloud Deployment</a>. To run CockroachDB inside a single VirtualBox virtual machine, see these <a href="http://uptimedba.github.io/cockroach-vb-single/cockroach-vb-single/home.html">community-supported docs</a>.{{site.data.alerts.end}}
810

911
1. From the directory with the `cockroach` binary, start your first node:
1012

0 commit comments

Comments
 (0)