-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
2 changed files
with
0 additions
and
59 deletions.
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,44 +1,2 @@ | ||
|
||
![](assets/readme-banner.png) | ||
|
||
## Installation/Usage | ||
|
||
Using Docker: | ||
|
||
First run (for generate configuration files) | ||
|
||
```bash | ||
$(pwd) - returns your current directory for example /home/user/ | ||
``` | ||
|
||
```bash | ||
docker run -v $(pwd)/discordofficer:/home/eternalcode eternalcode/discordofficer:latest | ||
``` | ||
|
||
|
||
After you configure the bot, run it with the following command: | ||
|
||
```bash | ||
docker run -d --name discordofficer -v $(pwd)/discordofficer:/home/eternalcode eternalcode/discordofficer:latest | ||
``` | ||
|
||
For stop bot use: | ||
|
||
```bash | ||
docker stop discordofficer | ||
``` | ||
|
||
Docker images tags: | ||
* latest - latest stable version using Java 21 | ||
|
||
Using Java: | ||
|
||
Download latest release from releases (.jar file) | ||
|
||
Run bot with the following command: | ||
|
||
```bash | ||
java -jar DiscordOfficer.jar | ||
``` | ||
|
||
And u can use screen for run bot in background or something like that |
This file was deleted.
Oops, something went wrong.