-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4b2706
commit 150a956
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# tawbah-backend | ||
This is the main backend of the tawbah Azkar server, Mainly it sends azkar in a frequent way that the connected user can change to the way he likes | ||
This is the main backend of the tawbah Azkar server, Mainly it sends azkar in a frequent way that the connected user can change to the way he likes. | ||
|
||
For installation: | ||
- You must have Java 8 or higher on your machine. | ||
- Just download all files in the "downloadable content/" directory. | ||
- You can change the port of the server that is running on from the start.bat file (eg: if you want to change it to 5033, just make the content of start.bat "java -jar TawbahBackendServer.jar 5033") | ||
|
||
Thanks for reading. |