Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6bd91ef624 | |||
| d7e1d71dbf |
@@ -1,4 +1,4 @@
|
||||
# Netoïk cache server 
|
||||
# Netoïk cache server 
|
||||
|
||||
Build an RPM package which will install a Cache server:
|
||||
|
||||
@@ -59,8 +59,8 @@ Some commands to deploy the RPM package on server
|
||||
|
||||
- Add Gitea repo to your repo list:
|
||||
```shell
|
||||
dnf config-manager --add-repo https://git.netoik.io/api/packages/samuel/rpm.repo
|
||||
dnf repolist | grep gitea-samuel
|
||||
dnf config-manager --add-repo https://git.netoik.io/api/packages/netoik/rpm.repo
|
||||
dnf repolist | grep gitea-netoik
|
||||
```
|
||||
|
||||
- Show available versions:
|
||||
|
||||
@@ -9,6 +9,7 @@ port 0
|
||||
# on a unix socket when not specified.
|
||||
#
|
||||
unixsocket /run/valkey/valkey.sock
|
||||
unixsocketperm 770
|
||||
|
||||
# Specify the log file name. Also the empty string can be used to force
|
||||
# the server to log on the standard output. Note that if you use standard
|
||||
|
||||
Reference in New Issue
Block a user