update readme and links

This commit is contained in:
Antony Leons 2022-02-17 17:34:05 +00:00
parent da26344b26
commit 98b9d7ea0e
3 changed files with 20 additions and 12 deletions

View File

@ -112,17 +112,25 @@ Ward works nice on all popular operating systems, because it uses [OSHI](https:/
Create your own jar
1. Clone or dowload this github repository
2. cd into directory with copy of this repository
3. docker build -t ward/ward .
4. docker run --rm -it --name ward -p 4000:4000 -p <application port>:<application port> --privileged ward
5. Go to localhost:4000 in web browser, input the same application port
6. If you get error after being redirected to application port try hitting refresh
1. Clone the project
2. Import project in your IDE as Maven project
3. mvn clean package
4. jar will be in the target folder
<br>
Run jar file
• Create you own jar as described above
• Execute jar on Windows or Linux with administrative rights
• Enter localhost:4000 and set up application
1. Create you own jar as described above
2. Execute jar on Windows or Linux with administrative rights
3. Enter localhost:4000 and set up application
<br>
Build for Docker
1. Clone the project
2. docker build --tag ward
3. docker run --rm -it --name ward -p 4000:4000 -p <application port>:<application port> --privileged ward
4. Go to localhost:4000 in web browser, input the same application port
5. If you get error after being redirected to application port try hitting refresh

View File

@ -2,7 +2,7 @@
<project xmlns = "http://maven.apache.org/POM/4.0.0" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation = "http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- project options -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.b-software</groupId>
<groupId>dev.leons</groupId>
<artifactId>ward</artifactId>
<version>2.0.0</version>
<packaging>jar</packaging>

View File

@ -202,10 +202,10 @@
<div class = "second">You can also text author in Telegram</div>
</div>
<div class = "contacts-links">
<a href = "https://github.com/B-Software/Ward">
<a href = "https://github.com/AntonyLeons/Ward">
<img class = "first" th:src = @{/img/links/github.png} />
</a>
<a href = "https://t.me/Rudolf_Barbu">
<a href = "https://t.me/leonsdev">
<img class = "second" th:src = @{/img/links/telegram.png} />
</a>
</div>