I'm pretty sure janraasch isn't real and they are just 3 racoons in a trench coat.
This commit is contained in:
11
README.md
11
README.md
@@ -41,7 +41,16 @@ chmod +x setup.sh
|
||||
sudo ./setup.sh
|
||||
```
|
||||
|
||||
If you just want to use it and don't care about the code or you don't want to download any python dependencies, you can just grab the binary from the releases page and run it. The only real dependencies are a running Redis server, a correct .env file and a certs folder one directory behind with the certs. You can use the openssl lines of the setup.sh to achive that.
|
||||
If you just want to use it and don't care about the code or you don't want to download any python dependencies, you can just grab the binary from the releases page and run it. The easiest way to do that is this.
|
||||
|
||||
```sh
|
||||
wget https://git.konsthol.eu/konsthol/WOL-Ly/raw/branch/main/setupSingleBinary.sh
|
||||
sudo bash setupSingleBinary.sh
|
||||
```
|
||||
|
||||
When you change the .env in the app folder you should run this
|
||||
|
||||
`sudo systemctl restart wolServer`
|
||||
|
||||
## Usage 🖥️
|
||||
|
||||
|
||||
Reference in New Issue
Block a user