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
Kevin Fishner
d07dfaabbb
ampersand
2015-04-20 16:30:19 -07:00
Kevin Fishner
5279ffe6aa
add consul and the hc ecosystem
2015-04-20 16:29:21 -07: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
Ryan Breen
f4ddec7521
Website: cleanup for intro/vs/zookeeper.html.
2015-03-12 15:50:13 -04:00
Ryan Breen
f852aba32b
Website: cleanup for intro/vs/smartstack.html.
2015-03-11 18:07:39 -04:00
Ryan Breen
8cc24e4cb2
Website: cleanup for intro/vs/skydns
2015-03-10 18:38:15 -04:00
Kevin Fishner
3a0b933ff7
fix utm param
2015-03-09 15:20:18 -07:00
Ryan Breen
0c3825dda8
Website: cleanup for intro/vs/serf.html
2015-03-09 00:11:11 -04:00
Ryan Breen
9aad7c14fb
Website: clean up intro/vs/nagios-sensu.html.
2015-03-08 11:19:26 -04:00
Ryan Breen
210a11e44e
Website: tweaks to intro/vs/custom
2015-03-07 10:18:24 -05:00
Ryan Breen
f1a8b71d3b
Website: minor tweaks to intro/vs/chef-puppet.
2015-03-06 18:08:35 -05: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
Ryan Breen
b014d7f970
Website: cleanup intro.
2015-02-18 16:45:10 -05:00
Emil Hessman
bf0e284756
website: fix typo, casing and links
...
Fix typo in Leader Election guide: s/blog/blob/
Also fix various casing issues and prefer HTTPS links
for HashiCorp projects.
2015-01-04 12:58:58 +01: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
Danny Berger
3da9291ae1
Fix some typos in website docs
2014-11-04 21:33:42 -07: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
Laurent Raufaste
aace091132
extra word
2014-08-03 15:59:45 -04:00
Armon Dadgar
d313349807
Updating documentation for new bootstrap method
2014-07-01 15:02:26 -07:00
Rémy Coutable
c131edc92b
Typo
2014-05-20 23:11:11 +02:00
lalyos
7230b4f90e
Install docs includes OSX specific oneliner method
2014-05-13 16:13:04 +02:00
Shayan Pooya
c3ac3f8434
website: fix a couple of typos.
2014-05-03 19:16:55 -04:00
Armon Dadgar
6e905287a7
website: fixing demo link
2014-05-01 21:18:40 -07:00
Mitchell Hashimoto
060af09c3e
website: update UI
2014-05-01 11:25:27 -07:00
Mitchell Hashimoto
53abec108f
website: getting started UI page
2014-05-01 11:19:42 -07:00
Gareth Rushgrove
631dcb1eba
Remove SRV from DNS query tag example
...
The results show the A record, not the SRV record
2014-04-24 14:08:13 +02:00
Sébastien Fievet
0fafbb94b5
Typo
2014-04-19 11:55:59 +02:00
Armon Dadgar
0db26c1a1e
website: Clarify the Serf vs Consul
2014-04-18 11:08:17 -07:00
Armon Dadgar
bc3a72e35d
website: Typo fix
2014-04-18 10:28:24 -07:00
Caleb Spare
1a6e85320a
Copy fixes: typos, misspellings, grammar, wording
2014-04-17 14:45:53 -07:00
Bryan Bishop
2319520f52
typo: configuraiton -> configuration
2014-04-17 15:18:16 -05:00
Michael Warkentin
26793353ec
Fix typo
2014-04-17 14:35:58 -04:00
Jack Pearkes
b521af67ad
website: update wording for dns/hostname warning
2014-04-17 12:21:07 -04:00
Jack Pearkes
3e3f93e748
website: add a warning about dns/hostnames on os x
2014-04-17 12:17:54 -04:00
Jacques Fuentes
b821eeffdb
Fix typos, grammar errors, and misspellings
2014-04-15 23:17:00 -04:00
Mitchell Hashimoto
d706f594ef
website: update next steps
2014-04-14 14:08:42 -07:00
Mitchell Hashimoto
c8b3e5b881
website: k/v getting started
2014-04-14 14:05:27 -07:00
Mitchell Hashimoto
af786b0ab5
website: health checks page
2014-04-14 14:00:53 -07:00
Mitchell Hashimoto
cb1568b8b8
website: creating a cluster
2014-04-14 12:47:55 -07:00
Mitchell Hashimoto
5f50c80aef
website: getting started registeringa service changes
2014-04-14 12:38:40 -07:00
Mitchell Hashimoto
586c6c6ac7
website: agent getting started modifications
2014-04-14 12:38:39 -07:00
Mitchell Hashimoto
cfb4f891a8
website: intro add basic architecture
2014-04-14 12:09:48 -07:00
Armon Dadgar
be032dad7b
website: Typo fix
2014-04-14 12:02:01 -07:00
Mitchell Hashimoto
0d1a0fd575
website: some vs copy changes
2014-04-14 11:58:55 -07:00
Mitchell Hashimoto
4d7dc32476
Minor copy changes
2014-04-14 11:53:41 -07:00
Armon Dadgar
3758f235b2
website: Documentation cleanup
2014-04-11 16:23:16 -07:00
Armon Dadgar
e4b50e2420
website: Multiple warnings about single server deployment
2014-04-11 12:43:06 -07:00
Armon Dadgar
ab10bfc00f
website: Minor cleanups
2014-04-11 12:03:23 -07:00
Armon Dadgar
859c489c61
website: finishing up getting started
2014-04-10 19:27:48 -07:00
Armon Dadgar
79c07e8113
website: More getting started info
2014-04-10 19:06:10 -07:00
Armon Dadgar
d4470839fd
website: Working on getting started guide
2014-04-10 17:41:49 -07:00
Armon Dadgar
dfde11212c
website: Remove event handlers and user events pages
2014-04-10 17:39:00 -07:00
Armon Dadgar
fcdcbc7f0a
website: Update custom solutions page
2014-04-10 16:56:22 -07:00
Armon Dadgar
dbeccf4642
website: Adding the Serf comparison
2014-04-10 16:47:25 -07:00
Armon Dadgar
63e9369405
website: Add skydns and smartstack pages
2014-04-10 16:06:40 -07:00
Armon Dadgar
71f69f7419
website: remove fabric comparison
2014-04-10 14:50:58 -07:00
Armon Dadgar
e85ee9f4a5
website: Adding the vs nagios/sensu page
2014-04-10 14:49:12 -07:00
Armon Dadgar
8d36f647c6
website: Update Chef comparison
2014-04-10 13:51:08 -07:00
Armon Dadgar
7722cf3a8e
website: remove use cases
2014-04-10 13:35:22 -07:00
Armon Dadgar
7392bc9343
website: Fill in the intro page
2014-04-10 13:31:47 -07:00
Armon Dadgar
7cebc82829
website: typo
2014-04-09 13:05:39 -07:00
Armon Dadgar
9792ecd295
website: Filling in the vs ZooKeeper
2014-04-09 12:53:35 -07:00
Armon Dadgar
3f698c3396
website: Move the comparisons to sub-dir
2014-04-09 12:16:11 -07:00
Armon Dadgar
1d10b9d6ba
website: bulk copy from serf
2014-02-07 16:41:03 -08:00