begin installation page
This commit is contained in:
parent
dd104386a7
commit
74c32b87b9
1 changed files with 16 additions and 0 deletions
|
@ -3,3 +3,19 @@ title: Installation
|
||||||
weight: 10
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
Before building the project, ensure you have the following installed:
|
||||||
|
- make: A build automation tool
|
||||||
|
- Go: Version 1.22 or later
|
||||||
|
|
||||||
|
## Building the Project from source
|
||||||
|
|
||||||
|
To build the project, first clone the projects git repository, then navigate to the project's root directory and run the following command:
|
||||||
|
```shell
|
||||||
|
make build
|
||||||
|
```
|
||||||
|
This command will generate the `certwarden-deploy` binary in the `bin/` folder.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue