Brian Shumate
1654de6184
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
3bcc819312
Removes brew info callout.
2016-08-09 08:18:15 -07:00
Justin P
561f9bb268
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
89c5fcabf7
Adds a reference to the health endpoint in the intro.
...
Fixes #1739 .
2016-03-09 16:42:15 -08:00
vishalnayak
680b6ffc21
minor docs fix
2016-03-07 11:13:58 -05:00
Justin Wilson
1eb780f1b5
Update services.html.markdown
2016-01-27 14:06:38 -06:00
Seth Vargo
cae0ff354a
Use HTTPS + www. where appropriate
2016-01-13 17:44:01 -05:00
Ryan Uber
a352d15189
website: address comments
2016-01-05 09:48:04 -08:00
Ryan Uber
c4e73275b0
website: add docs for dev mode
2015-12-27 09:45:59 -06:00
Ryan Uber
9002bfa37d
agent: enable ui for dev mode
2015-12-26 20:39:42 -05:00
Ryan Uber
59c79e8b6a
website: update setup instructions for self-hosted ui
2015-12-24 23:14:40 -05:00
Pete Shima
3c46096bd2
Fix the demo URL in the getting started guide.
2015-12-15 18:00:04 -08:00
James Phillips
a61d89d0e6
Removes the GOMAXPROCS warnings which are obsolete for Go 1.5+.
2015-11-25 17:59:16 -08:00
Calle Pettersson
73086996cf
Fix missing config-dir in getting started guide
2015-07-22 13:33:15 +02:00
Zhou Zheng Sheng
85f7064fe0
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
2cfb45f4f8
Specified which user health checks get run as.
...
Fixes issue #1036
2015-06-15 21:55:05 -05:00
Emil Hessman
f5ed15a860
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
Ryan Breen
c6d45430f1
Website: change order of UIs listed in intro/getting-started/ui.html.
2015-03-19 19:27:30 -04:00
Ryan Breen
89b51c7f3c
Website: GH-730 and cleanup for intro/getting-started/ui.html.
2015-03-19 19:22:05 -04:00
Ryan Breen
823b707011
Website: cleanup for intro/getting-started/kv.html.
2015-03-18 10:49:41 -04:00
Ryan Breen
8920da59ee
Website: cleanup for intro/getting-started/checks.html.
2015-03-17 17:50:28 -04:00
Ryan Breen
89fd92a8ff
Website: a few additional tweaks to intro/getting-started/join.html.
2015-03-14 14:21:54 -04:00
Ryan Breen
ce7dbc345b
Website: substantial rewrite of intro/getting-started/join.html.
2015-03-14 14:13:41 -04:00
Ryan Breen
d969655cfa
Website: GH-730 and cleanup for intro/getting-started/services.html
2015-03-13 14:56:58 -04:00
Kevin Fishner
3a0b933ff7
fix utm param
2015-03-09 15:20:18 -07:00
Armon Dadgar
eb34741b0d
website: Fixing documentation bug
2015-03-05 15:04:40 -08:00
Kevin Fishner
b4bbbdf6c2
explain how consul and atlas work together
2015-03-04 16:12:14 -08:00
Ryan Breen
86ec73513c
Website: improve flow between getting-started docs.
2015-03-02 08:50:13 -05:00
Ryan Breen
4207a63a03
Website: cleanups for intro/getting-started/install.html
2015-03-02 08:31:32 -05:00
Ryan Breen
799a1886f3
Website: finalize cleanup for intro/getting-started/checks.
2015-02-20 18:16:31 -05:00
Ryan Breen
139b7303ee
Website: cleanup for intro/getting-started/checks.
2015-02-20 18:10:58 -05:00
Ryan Breen
92e193161f
Website: revert changes to 'data center' from 'datacenter'
2015-02-19 17:32:31 -05:00
Ryan Breen
f47b70e7bb
Website: finalize cleanup for getting-started/agent.html.
2015-02-19 17:18:58 -05:00
Ryan Breen
9aaf9cb6c4
Website: cleanup for getting-started/agent.html.
2015-02-19 17:12:56 -05:00
Dan Frost
e1f8be11a3
docs: intro/kv: minor fixes
2014-11-26 12:00:49 +00:00
Dan Frost
f1d6eef5be
docs: intro/checks: minor fixes
2014-11-26 11:55:42 +00:00
Dan Frost
bab6fc90fa
docs: intro/join: minor fixes
2014-11-26 11:49:39 +00:00
Dan Frost
3ed05e2a43
docs: intro/services: minor fixes
2014-11-26 11:42:02 +00:00
Dan Frost
f863a24e37
docs: intro/agent: minor fixes
2014-11-26 11:37:28 +00:00
Tom Lanyon
d3a3ccb257
website: fix download link for web UI in intro guide.
2014-10-28 15:21:32 +10:30
Seth Vargo
cb4b11e899
Create unified "Consul Tools" page to showcase our tools and the communities
2014-10-21 18:22:53 -04:00
Armon Dadgar
66fbf95b79
website: Fixing link to demo cluster
2014-10-20 13:18:24 -07:00
Seth Vargo
869b194127
Use new Markdown syntaxes and add SEO descriptions
2014-10-19 19:42:13 -04:00
Seth Vargo
fd3e4f8040
Pre-process Consul UI docs as ERB for image tags
2014-10-06 19:12:34 -04:00
Armon Dadgar
2d7be20431
website: Updating docs
2014-09-01 15:03:37 -07:00
Armon Dadgar
54316d2b30
website: Minor cleanups
2014-08-21 17:35:05 -07:00
Laurent Raufaste
a4ff094216
paramter -> parameter
2014-08-03 17:55:22 -04:00
Laurent Raufaste
3760030de1
Missing "it"
2014-08-03 17:22:19 -04:00
Armon Dadgar
d313349807
Updating documentation for new bootstrap method
2014-07-01 15:02:26 -07:00
lalyos
7230b4f90e
Install docs includes OSX specific oneliner method
2014-05-13 16:13:04 +02:00