Compare commits
2 commits
5c80f88608
...
74c32b87b9
Author | SHA1 | Date | |
---|---|---|---|
74c32b87b9 | |||
dd104386a7 |
2 changed files with 28 additions and 12 deletions
|
@ -25,27 +25,27 @@ uniqueHomePage = false # change to false to add sidebar to homepage
|
|||
[menu]
|
||||
[[menu.shortcuts]]
|
||||
identifier = 'ds'
|
||||
name = "<i class='fa-fw fas fa-code-branch'></i> Git repo"
|
||||
name = "<i class='fa-fw fas fa-code-branch'></i> certwarden-deploy Git Repository"
|
||||
url = 'https://code.lila.network/adoralaura/certwarden-deploy'
|
||||
weight = 10
|
||||
|
||||
[[menu.shortcuts]]
|
||||
name = "<i class='fa-fw fas fa-camera'></i> Showcases"
|
||||
name = "<i class='fa-fw fas fa-arrow-up-right-from-square'></i> CertWarden GitHub"
|
||||
url = 'showcase/'
|
||||
weight = 11
|
||||
|
||||
[[menu.shortcuts]]
|
||||
identifier = 'hugodoc'
|
||||
name = "<i class='fa-fw fas fa-bookmark'></i> Hugo Documentation"
|
||||
name = "<i class='fa-fw fas fa-arrow-up-right-from-square'></i> CertWarden Website"
|
||||
url = 'https://gohugo.io/'
|
||||
weight = 20
|
||||
|
||||
[[menu.shortcuts]]
|
||||
name = "<i class='fa-fw fas fa-bullhorn'></i> Credits"
|
||||
url = 'more/credits/'
|
||||
weight = 30
|
||||
|
||||
[[menu.shortcuts]]
|
||||
name = "<i class='fa-fw fas fa-tags'></i> Tags"
|
||||
url = 'tags/'
|
||||
weight = 40
|
||||
# [[menu.shortcuts]]
|
||||
# name = "<i class='fa-fw fas fa-bullhorn'></i> Credits"
|
||||
# url = 'more/credits/'
|
||||
# weight = 30
|
||||
#
|
||||
# [[menu.shortcuts]]
|
||||
# name = "<i class='fa-fw fas fa-tags'></i> Tags"
|
||||
# url = 'tags/'
|
||||
# weight = 40
|
||||
|
|
|
@ -3,3 +3,19 @@ title: Installation
|
|||
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