Seth Vargo
52637b1125
Switch to KV CLI in getting started
2016-12-07 14:01:51 -08:00
shantanugadgil
09f30bc375
Update kv.html.markdown
2016-12-03 13:35:55 +05:30
James Turnbull
25566a292b
Removed two space after period exceptions
2016-11-25 13:25:09 -05:00
Brian Shumate
86db05c973
correction
2016-09-29 12:42:22 -04:00
Brian Shumate
dae5b932da
Update getting started/join to address #2204
2016-09-28 12:20:36 -04:00
McKenna Jones
0f181fd0b5
updating cli formatting for intro docs
2016-09-26 19:28:39 -07:00
JF Bibeau
a50eba7805
Docs: Update command to create sample service
...
Since the previous command creates /etc/consul.d with sudo, a regular user won't have permission to echo and redirect a file to the directory. Switch to using tee with sudo to ensure the file gets created.
2016-09-26 16:36:10 -04:00
James Phillips
8479d0c987
Updates getting started to remove broken links.
...
Fixes #2293 .
2016-09-16 15:58:01 -07:00
Brian Shumate
a9c305113e
Restore command line.
2016-09-15 10:37:08 -04:00
Brian Shumate
497c40bcd1
Command output updates.
...
- Updated starting agent example to show new output/timestamps
- Updated curl example to show TaggedAddresses
- Updated dig example to return 127.0.0.1
2016-09-15 10:25:23 -04:00
James Phillips
80d4d231eb
Removes brew info callout.
2016-08-09 08:18:15 -07:00
James Phillips
f27aec6df0
Merge pull request #2104 from jpartain89/patch-1
...
Update install.html.markdown OS X Instructions
2016-08-09 08:12:05 -07:00
Seth Vargo
dee626c6f2
Update links to serf
2016-08-08 12:44:27 -04:00
Justin P
6716fc496a
Update install.html.markdown OS X Instructions
...
Homebrew is phasing out the use of the homebrew-cask add-on, moving it all over to just using `brew install <app>`.
Also, if you type `brew info consul` you can see that you can even automatically install the web-ui through brew as well.
2016-06-08 06:38:23 -05:00
James Phillips
9d38282db5
Adds a reference to the health endpoint in the intro.
...
Fixes #1739 .
2016-03-09 16:42:15 -08:00
vishalnayak
86edf5f5ba
minor docs fix
2016-03-07 11:13:58 -05:00
Jamie Kelly
08eefe7c31
Edit intro to present Consul instead of Terraform.
...
As this is Consul, not Terraform, it makes sense to use Consul in this intro instead of Terraform.
2016-01-27 20:44:10 +00:00
Justin Wilson
423725feea
Update services.html.markdown
2016-01-27 14:06:38 -06:00
Brent Rojas
e94a92902a
Update hashicorp-ecosystem.html.markdown
...
Remove slash from link to blog, which was causing 404 error.
2016-01-22 15:09:12 -08:00
Seth Vargo
dc9131a732
Use HTTPS + www. where appropriate
2016-01-13 17:44:01 -05:00
Ryan Uber
3f8d25e689
website: address comments
2016-01-05 09:48:04 -08:00
Ryan Uber
579a08ec20
website: add docs for dev mode
2015-12-27 09:45:59 -06:00
Ryan Uber
f37c0facbe
agent: enable ui for dev mode
2015-12-26 20:39:42 -05:00
Ryan Uber
256a2ad36a
website: update setup instructions for self-hosted ui
2015-12-24 23:14:40 -05:00
Pete Shima
c9eed9f2de
Fix the demo URL in the getting started guide.
2015-12-15 18:00:04 -08:00
James Phillips
b87aeec4e1
Removes the GOMAXPROCS warnings which are obsolete for Go 1.5+.
2015-11-25 17:59:16 -08:00
Calle Pettersson
2e03fa1648
Fix missing config-dir in getting started guide
2015-07-22 13:33:15 +02:00
Zhou Zheng Sheng
0a2a6e570a
Website: Delete the unnecessary backslash at the end shell command line
...
Shell thinks '\<newline>' as line continuation only when it's unquoted
or in double quotes. It's not necessary to manually mark '\<newline>'
in single quotes, because when shell sees the a single quote starts, it
continues the line automatically until it sees the matching single quote
ends.
Thus,
echo 'a\
b'
would give the following output
a\
b
And
echo 'a
b'
gives the following output
a
b
Since we don't want to leave backslashes in the resulting json files, we
should remove the line continuation backslashes inside single quotes.
2015-07-07 11:27:47 +08:00
siddharthist
b224475ca3
Specified which user health checks get run as.
...
Fixes issue #1036
2015-06-15 21:55:05 -05:00
Emil Hessman
1b1854689e
website: fix typo
...
Clarify that the user is assured that Consul will listen to a
specific address when specifying a `bind` address, rather than
providing some kind of insurance policy.
2015-05-14 10:09:51 +02:00
Kevin Fishner
9ba1a43904
ampersand
2015-04-20 16:30:19 -07:00
Kevin Fishner
abbbe683fb
add consul and the hc ecosystem
2015-04-20 16:29:21 -07:00
Ryan Breen
9104dd9b86
Website: change order of UIs listed in intro/getting-started/ui.html.
2015-03-19 19:27:30 -04:00
Ryan Breen
39242b0906
Website: GH-730 and cleanup for intro/getting-started/ui.html.
2015-03-19 19:22:05 -04:00
Ryan Breen
ff6e8852ce
Website: cleanup for intro/getting-started/kv.html.
2015-03-18 10:49:41 -04:00
Ryan Breen
ca7cd6496a
Website: cleanup for intro/getting-started/checks.html.
2015-03-17 17:50:28 -04:00
Ryan Breen
e9b08700a7
Website: a few additional tweaks to intro/getting-started/join.html.
2015-03-14 14:21:54 -04:00
Ryan Breen
a8ab990ab0
Website: substantial rewrite of intro/getting-started/join.html.
2015-03-14 14:13:41 -04:00
Ryan Breen
b5253c940c
Website: GH-730 and cleanup for intro/getting-started/services.html
2015-03-13 14:56:58 -04:00
Ryan Breen
5084db0c26
Website: cleanup for intro/vs/zookeeper.html.
2015-03-12 15:50:13 -04:00
Ryan Breen
34f779c210
Website: cleanup for intro/vs/smartstack.html.
2015-03-11 18:07:39 -04:00
Ryan Breen
5200050179
Website: cleanup for intro/vs/skydns
2015-03-10 18:38:15 -04:00
Kevin Fishner
ffdd27f405
fix utm param
2015-03-09 15:20:18 -07:00
Ryan Breen
d17fad50c3
Website: cleanup for intro/vs/serf.html
2015-03-09 00:11:11 -04:00
Ryan Breen
f27e9af893
Website: clean up intro/vs/nagios-sensu.html.
2015-03-08 11:19:26 -04:00
Ryan Breen
aecb7f6794
Website: tweaks to intro/vs/custom
2015-03-07 10:18:24 -05:00
Ryan Breen
02b6a898c7
Website: minor tweaks to intro/vs/chef-puppet.
2015-03-06 18:08:35 -05:00
Armon Dadgar
d246b297c6
website: Fixing documentation bug
2015-03-05 15:04:40 -08:00
Kevin Fishner
a87a7920cd
explain how consul and atlas work together
2015-03-04 16:12:14 -08:00
Ryan Breen
cdd7649c03
Website: improve flow between getting-started docs.
2015-03-02 08:50:13 -05:00