34 lines
975 B
Markdown
34 lines
975 B
Markdown
# Ahenk Go
|
|
|
|
Ahenk Agent for Liderahenk Central Management System - Go Implementation
|
|
|
|
You can find binary packages in [Releases](/releases) section or build from source code yourself<!-- See section [Packaging](#packaging)-->.
|
|
|
|
<!-- ### Packaging
|
|
Install necessary packages
|
|
```
|
|
-
|
|
```
|
|
|
|
TODO https://github.com/Pardus-LiderAhenk/ahenk/#packaging
|
|
-->
|
|
|
|
If you do not prefer to use binary packages you can also use installation scripts <!-- TODO temporary solution, will be removed -->
|
|
Development Dependencies
|
|
```bash
|
|
go > 1.20
|
|
git
|
|
```
|
|
|
|
Install with Script
|
|
```bash
|
|
wget -qO- https://git.aliberksandikci.com.tr/liderahenk/ahenk-go/raw/branch/main/scripts/install.sh | bash
|
|
```
|
|
|
|
### Useful Links
|
|
| Explanation | Link |
|
|
| ----------- | ---- |
|
|
| Ahenk-go documentation | [Liderahenk/ahenk-docs](https://git.aliberksandikci.com.tr/Liderahenk/ahenk-docs/) |
|
|
| Current Python Implementation of Ahenk | [Pardus-LiderAhenk/ahenk](https://github.com/Pardus-LiderAhenk/ahenk/) |
|
|
|
|
|