Olivier M. Esuka
a7fc21ca1d
Correct the installation path
...
### Description
This PR correct the installation path before moving the executed file from the unzipped folder
### How to reproduce
```text
> curl -L https://github.com/nats-io/nats-server/releases/download/v2.0.0/nats-server-v2.0.0-linux-amd64.zip -o nats-server.zip
> unzip nats-server.zip -d nats-server
Archive: nats-server.zip
creating: nats-server-v2.0.0-linux-amd64/
inflating: nats-server-v2.0.0-linux-amd64/README.md
inflating: nats-server-v2.0.0-linux-amd64/LICENSE
inflating: nats-server-v2.0.0-linux-amd64/nats-server
> sudo cp nats-server/nats-server-v2.0.0-linux-amd64/nats-server /usr/bin
```
The above `sudo cp nats-server-v2.0.0-linux-amd64/nats-server /usr/bin` doesn't work because the source should be ` nats-server/nats-server-v2.0.0-linux-amd64/nats-server`
2020-11-04 21:18:31 +02:00
Ginger Collison
dc1130e583
Merge pull request #159 from nats-io/kozlovic-patch-2
...
Streaming: added new auth configuration
2020-11-03 11:19:32 -06:00
Ginger Collison
c0bbb50332
Merge pull request #164 from nats-io/matthiashanel-patch-2
...
fix links and wording
2020-10-30 15:10:15 -05:00
Matthias Hanel
6f7a5b1286
fix links and wording
...
noticed broken links
2020-10-30 15:59:14 -04:00
Ginger Collison
ac6a82a0d2
Merge pull request #163 from nats-io/pdp/ca-roll-advice
...
Provide guidance on TLS ca_file directives
2020-10-30 14:49:06 -05:00
Ginger Collison
601173bc99
Update gateway.md
2020-10-30 14:41:22 -05:00
Phil Pennock
f5f1ff8718
Provide guidance on TLS ca_file directives
2020-10-30 15:33:14 -04:00
Ginger Collison
1eca5d0c38
Merge pull request #160 from nats-io/kozlovic-patch-3
...
Update no_advertise comment
2020-10-26 14:37:50 -05:00
Ginger Collison
79ece7d7f8
reword based on comments
2020-10-26 14:36:44 -05:00
Ginger Collison
8db8f55c19
changed the wording a little
2020-10-26 12:14:56 -05:00
Ivan Kozlovic
e98777cca8
Update no_advertise comment
...
Resolves https://github.com/nats-io/nats-server/issues/1647
2020-10-26 10:41:42 -06:00
Ginger Collison
70e7f16ffc
syntax changes
2020-10-09 09:35:29 -05:00
Ivan Kozlovic
1560ea0089
Streaming: added new auth configuration
...
Document the new configuration fields: username, password, token and nkey_seed_file.
Relates to:
https://github.com/nats-io/nats-streaming-server/pull/1100
https://github.com/nats-io/nats-streaming-server/pull/1101
and will be available in the new Streaming release (v0.19.0)
2020-10-08 16:39:49 -06:00
Ginger Collison
1a4c1b49c6
Merge pull request #158 from nats-io/stan-ft-azure
...
Add Azure FT mode for STAN to docs
2020-10-07 13:23:11 -05:00
Waldemar Quevedo
b00699732c
Add Azure FT mode for STAN to docs
2020-10-05 13:52:59 -07:00
Ginger Collison
fce2eb9e78
Merge pull request #157 from dontlaugh/patch-1
...
Update shard config option description.
2020-10-02 11:55:50 -05:00
Coleman McFarland
6bce9cd9a0
Update description for store "shard" config option.
2020-10-02 12:23:36 -04:00
Coleman McFarland
5d38b546d3
nas_conf.md typo
...
shard -> shared
2020-09-26 22:58:31 -04:00
Ginger Collison
956f892065
Merge pull request #156 from nats-io/kozlovic-patch-2
...
Document MsgProto.Timestamp precision
2020-09-18 09:16:03 -05:00
Ivan Kozlovic
e12197dd17
Document MsgProto.Timestamp precision
...
Resolves https://github.com/nats-io/stan.go/issues/328
2020-09-17 19:40:12 -06:00
Ginger Collison
1dedb5a4b7
Merge pull request #152 from nats-io/variadico-patch-1
...
Fix typo
2020-09-07 09:52:13 -05:00
Jaime Piña
0e257e096f
Fix typo
2020-09-05 20:42:48 -07:00
Ginger Collison
d21aed4887
GitBook: [master] 178 pages modified
2020-09-04 20:10:37 +00:00
Ginger Collison
30e3cdc1fa
Update SUMMARY.md
2020-09-04 09:50:53 -05:00
Ginger Collison
4a91021cfe
Update feature_comparison.md
2020-09-04 09:48:27 -05:00
Ginger Collison
ff4d5d12a7
Merge pull request #151 from nats-io/add_comparison_to_outline
...
Update SUMMARY.md
2020-09-04 09:42:37 -05:00
Ginger Collison
323c8a5b51
Update SUMMARY.md
...
Adding NATS feature comparison
2020-09-04 09:41:22 -05:00
Ginger Collison
31e95d94ec
Merge pull request #149 from nats-io/add_feature_comparison
...
Create feature_comparison.md
2020-09-04 09:31:27 -05:00
Ginger Collison
b9046f0904
Update feature_comparison.md
2020-09-04 09:28:01 -05:00
Ginger Collison
d7ff0edf27
Update feature_comparison.md
2020-09-04 09:20:30 -05:00
Ginger Collison
d8b5e7a7ac
updates from Colin added
2020-09-03 12:58:35 -05:00
Ginger Collison
82a111aa22
Update feature_comparison.md
2020-09-02 15:46:54 -05:00
Ginger Collison
b18f2abe45
Create feature_comparison.md
...
Adding Feature Comparison with Kafka, Rabbit, Pulsar and gRPC
2020-09-02 14:38:06 -05:00
Ginger Collison
8eb1e6a171
Merge pull request #148 from vbfox/patch-1
...
Update the docs link for the rust crate
2020-08-27 11:18:21 -05:00
Julien Roncaglia
175589d2a7
Update the docs link for the rust crate
...
Seem like it has been renamed
2020-08-27 18:03:32 +02:00
Ginger Collison
50c1597726
Merge pull request #145 from nats-io/add_c_examples
...
Add C Client examples
2020-08-26 09:35:41 -05:00
ainsley
4382b309d9
Add C Client examples
2020-08-26 09:29:26 -05:00
Ginger Collison
2c9b2f91fc
Merge pull request #142 from nats-io/aricart-patch-2
...
updated file path to match existing nkeys layout.
2020-08-18 10:03:25 -05:00
Alberto Ricart
53ed47faf5
updated file path to match existing nkeys layout.
2020-08-18 09:13:12 -05:00
Ginger Collison
f721dd64aa
Merge pull request #141 from nats-io/aricart-patch-1
...
updated documentation to mem-resolver generation
2020-08-16 14:28:08 -05:00
Alberto Ricart
e62dc25b7b
updated documentation to mem-resolver generation
2020-08-16 08:58:37 -05:00
Derek Collison
fafee2484c
Cleaned up account property for remote leafnodes.
2020-08-11 18:22:55 -07:00
Ginger Collison
5e054c02e3
Merge pull request #138 from nats-io/gcolliso-patch-1
...
Update client-connections.md
2020-07-30 14:38:47 -05:00
Ginger Collison
fed1682d64
Update client-connections.md
...
Adding in note from stan.go wrt reconnections per kozlovic
2020-07-30 14:37:40 -05:00
Ginger Collison
590affb00b
Merge pull request #137 from nats-io/add-links
...
Add links to Helm charts
2020-07-30 12:06:44 -05:00
Waldemar Quevedo
b8527087b3
Add links to Helm charts
2020-07-30 10:02:06 -07:00
Ginger Collison
543d572f79
Merge pull request #135 from nats-io/use-static-routes-in-conf
...
Update STAN ft docs to use static NATS routes
2020-07-28 12:02:46 -05:00
Waldemar Quevedo
db1bc0337b
Update STAN ft docs to use static NATS routes
2020-07-28 08:47:17 -07:00
Ginger Collison
61d29a277a
Merge pull request #134 from na-ga/fix-typo
...
cfgfile.md: fix typo in stan_config flag name
2020-07-28 10:35:40 -05:00
Ginger Collison
4cf63e2ddb
Merge pull request #133 from nats-io/kozlovic-patch-2
...
Note about restarting server with mem store
2020-07-28 09:57:23 -05:00