Skip to content

Commit 094170d

Browse files
improve README formatting
1 parent 2bcca1b commit 094170d

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.md

+6-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
# Overview
22

3-
This repository contains the Vagrant setup files to create a Ubuntu VM
4-
running the clouddata services as described on the dustcloud blog post,
5-
Building clouddata.dustcloud.org.
3+
This repository contains the [Vagrant](https://www.vagrantup.com/) setup files to create a Ubuntu VM running the clouddata services as described on the dustcloud blog post, [Building clouddata.dustcloud.org](https://dustcloud.atlassian.net/wiki/display/ALLDOC/2016/06/02/Building+clouddata.dustcloud.org).
64

7-
https://dustcloud.atlassian.net/wiki/display/ALLDOC/2016/06/02/Building+clouddata.dustcloud.org
5+
The [Vagrant VM](https://atlas.hashicorp.com/dbacher-linear/boxes/dust-clouddata) built with this definition is published to Vagrant Cloud and can be used as a starting point to customize your own cloud VM.
86

9-
The Vagrant VM is published to Vagrant Cloud.
10-
11-
https://atlas.hashicorp.com/dbacher-linear/boxes/dust-clouddata
12-
13-
The Vagrant definition automates much of the package installation and
14-
configuration.
7+
The Vagrant definition automates much of the package installation and configuration.
158

169
There are several steps that are not automated:
1710

@@ -27,12 +20,12 @@ There are several steps that are not automated:
2720

2821
Bring up the VM:
2922

30-
$ vagrant up
23+
$ vagrant up
3124

3225
Stop a running VM:
3326

34-
$ vagrant halt
27+
$ vagrant halt
3528

3629
Create a package from the current VM:
3730

38-
$ vagrant package --output clouddata.box
31+
$ vagrant package --output clouddata.box

0 commit comments

Comments
 (0)