You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ The WRITE permissions are checked both on Client and Server so they cannot “fo
75
75
76
76
-[Hermes page](https://www.cossacklabs.com/hermes/) and [Hermes product sheet](https://www.cossacklabs.com/files/hermes-productsheet.pdf) contain latest details about features and technical environments (supported technological stacks, databases and client sides).
77
77
78
-
-[Project's GitHub Wiki](https://www.github.com/cossacklabs/hermes-core/wiki) contains the ever-evolving official documentation, which contains everything from deployment guidelines to use-cases, including charts and tutorials you might find useful. It can also be found on [Cossack Labs Documentation Server's section on Hermes](https://docs.cossacklabs.com/products/hermes/).
78
+
-[Cossack Labs Documentation Server's section on Hermes](https://docs.cossacklabs.com/hermes/) contains the ever-evolving official documentation, with everything from deployment guidelines to use-cases, including charts and tutorials you might find useful.
79
79
80
80
- Ever-evolving [Implementing Hermes-based Security Systems](https://www.cossacklabs.com/hermes/implementing-hermes-based-systems/) document describes the details of implementing Hermes-based systems in the real world.
81
81
@@ -85,20 +85,20 @@ The WRITE permissions are checked both on Client and Server so they cannot “fo
85
85
86
86
You can build Hermes-core manually from source or install it from the available package manager.
87
87
88
-
- If you are running Ubuntu, Debian or CentOS, check [Installing from repository](https://github.com/cossacklabs/hermes-core/wiki/Installing-Hermes-core) page.
88
+
- If you are running Ubuntu, Debian or CentOS, check [Installing from repository](https://docs.cossacklabs.com/hermes/getting-started/installing/hermes-from-repository/) page.
89
89
90
-
- If you want to have the latest version of Hermes-core, you can build it from sources: [Building Hermes core](https://github.com/cossacklabs/hermes-core/wiki/Building-Hermes-core).
90
+
- If you want to have the latest version of Hermes-core, you can build it from sources: [Building Hermes core](https://docs.cossacklabs.com/hermes/getting-started/installing/building-hermes/).
91
91
92
92
## Languages
93
93
94
94
Hermes-core is available on C, however, client side applications are implemented on C, Python and Go:
95
95
96
96
| Platform | Tutorial | Code example |
97
97
| :----- | :----- | :------ |
98
-
| C core / C client |[Local CLI tutorial](https://github.com/cossacklabs/hermes-core/wiki/Local-CLI-example)|[docs/examples/c/mid_hermes_low_level](https://github.com/cossacklabs/hermes-core/tree/master/docs/examples/c/mid_hermes_low_level)|
99
-
| C core / C client |[C tutorial](https://github.com/cossacklabs/hermes-core/wiki/C-tutorial)|[docs/examples/c](https://github.com/cossacklabs/hermes-core/tree/master/docs/examples/c)|
100
-
| C core / Python client |[Python tutorial](https://github.com/cossacklabs/hermes-core/wiki/Python-tutorial)|[docs/examples/python](https://github.com/cossacklabs/hermes-core/tree/master/docs/examples/python)|
101
-
| C core / Go client |[Go tutorial](https://github.com/cossacklabs/hermes-core/wiki/Go-tutorial)|[docs/examples/go](https://github.com/cossacklabs/hermes-core/tree/master/docs/examples/go)|
98
+
| C core / C client |[Local CLI tutorial](https://docs.cossacklabs.com/hermes/guides/local-cli-example/)|[docs/examples/c/mid_hermes_low_level](https://github.com/cossacklabs/hermes-core/tree/master/docs/examples/c/mid_hermes_low_level)|
99
+
| C core / C client |[C tutorial](https://docs.cossacklabs.com/hermes/guides/c-tutorial/)|[docs/examples/c](https://github.com/cossacklabs/hermes-core/tree/master/docs/examples/c)|
100
+
| C core / Python client |[Python tutorial](https://docs.cossacklabs.com/hermes/guides/python-tutorial/)|[docs/examples/python](https://github.com/cossacklabs/hermes-core/tree/master/docs/examples/python)|
101
+
| C core / Go client |[Go tutorial](https://docs.cossacklabs.com/hermes/guides/go-tutorial/)|[docs/examples/go](https://github.com/cossacklabs/hermes-core/tree/master/docs/examples/go)|
Hermes-core has limited support, only x86/x64 platforms.
@@ -124,10 +124,10 @@ Hermes-core has limited support, only x86/x64 platforms.
124
124
125
125
Consider checking full tutorials to understand how to add and update blocks, grant READ and UPDATE access rights to users, revoke access rights.
126
126
127
-
-[Usage examples](https://github.com/cossacklabs/hermes-core/wiki/Usage-examples) describe how examples work and what are the possible usages for Hermes-core.
128
-
-[C tutorial](https://github.com/cossacklabs/hermes-core/wiki/C-tutorial), where both Hermes and client app are written in C.
129
-
-[Python tutorial](https://github.com/cossacklabs/hermes-core/wiki/Python-tutorial), where the Hermes app is C-based, but client code runs on Python.
130
-
-[Go tutorial](https://github.com/cossacklabs/hermes-core/wiki/Go-tutorial), where Hermes app is C-based, but client code runs on Go.
127
+
-[Usage examples](https://docs.cossacklabs.com/hermes/what-is-hermes/#use-cases-and-industries) describe how examples work and what are the possible usages for Hermes-core.
128
+
-[C tutorial](https://docs.cossacklabs.com/hermes/guides/c-tutorial/), where both Hermes and client app are written in C.
129
+
-[Python tutorial](https://docs.cossacklabs.com/hermes/guides/python-tutorial/), where the Hermes app is C-based, but client code runs on Python.
130
+
-[Go tutorial](https://docs.cossacklabs.com/hermes/guides/go-tutorial/), where Hermes app is C-based, but client code runs on Go.
0 commit comments