|
| 1 | + |
1 | 2 | 
|
2 | 3 | # Wake on LAN on Steroids for your HomeLab
|
3 | 4 | 
|
@@ -63,13 +64,20 @@ While **cloud** is getting more and more common, having solutions for us that we
|
63 | 64 | - **Docker**
|
64 | 65 |
|
65 | 66 | - **Certificate or OpenSSL Self-Signed Certificate**
|
| 67 | +- **Maven** |
66 | 68 |
|
67 | 69 |
|
68 | 70 |
|
69 | 71 |
|
70 | 72 | ### Let's start with a basic setup (we will secure, dockerize... later)
|
71 | 73 |
|
72 |
| -We are going to first copy our "**wol.jar"** file to a folder in our Linux box and switch to that folder |
| 74 | +We are going to first **build** our project and generate our jar file using **maven**. |
| 75 | +Make sure to have **maven in your PATH**. |
| 76 | +We will possition ourselves at the **root of our project** and run: |
| 77 | + |
| 78 | + > mvn clean install -DskipTests |
| 79 | + |
| 80 | +Then we will copy our generated "**wol.jar"** file to a folder in our Linux box and switch to that folder |
73 | 81 |
|
74 | 82 | 
|
75 | 83 |
|
@@ -190,7 +198,7 @@ So, since I have a connection already configured to the same device I am deployi
|
190 | 198 | 
|
191 | 199 | I will just click on **Run Tunnel** to establish a tunnel that **secures the connection** towards the WoL Web Panel:
|
192 | 200 | 
|
193 |
| - |
| 201 | + |
194 | 202 |
|
195 | 203 |
|
196 | 204 |
|
|
0 commit comments