@@ -107,6 +107,23 @@ systemctl enable --now alfis
|
|||||||
After that configuration is in file `/etc/alfis.conf` and data is saved to `/var/lib/alfis`.
|
After that configuration is in file `/etc/alfis.conf` and data is saved to `/var/lib/alfis`.
|
||||||
If you have some DNS server bound to port 53, it will not properly start. Deal with it on your own.
|
If you have some DNS server bound to port 53, it will not properly start. Deal with it on your own.
|
||||||
|
|
||||||
|
### openSUSE (without GUI)
|
||||||
|
1. Add repo:
|
||||||
|
```
|
||||||
|
zypper ar --refresh obs://home:Werwolf2517 home:Werwolf2517
|
||||||
|
```
|
||||||
|
2. Refresh repos cache
|
||||||
|
```
|
||||||
|
zypper --gpg-auto-import-keys refresh
|
||||||
|
```
|
||||||
|
3. Install package
|
||||||
|
```
|
||||||
|
zypper install -y Alfis
|
||||||
|
```
|
||||||
|
4. Run daemon
|
||||||
|
```
|
||||||
|
systemctl enable --now alfis
|
||||||
|
```
|
||||||
### Docker
|
### Docker
|
||||||
If you want to run ALFIS in docker container, you can do this by running:
|
If you want to run ALFIS in docker container, you can do this by running:
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Reference in New Issue
Block a user