Compare commits

..

1 Commits

Author SHA1 Message Date
Eriks K
96c4146169 README update 2022-08-16 22:01:19 +03:00

View File

@ -18,7 +18,7 @@ services:
restart: always
```
5. Build docker image: `docker build --build-arg version="development" --tag ebot .`
6. Create [config file for each account](https://eeriks.github.io/erepublik) and place them inside each of the bot's folder named `config.json` (eg `/home/user/ebot/player_a/config.json`, `c:\\Users\user\ebot\player_b\config.json`)
6. Create [config file for each account][2] and place them inside each of the bot's folder named `config.json` (eg `/home/user/ebot/player_a/config.json`, `c:\\Users\user\ebot\player_b\config.json`)
7. You're all done! To run the bots:
- Linux/Unix/MacOS: execute from the ebot root folder `docker-compose up -d`
- Windows: Somehow from the Desktop app run `docker-compose.yaml`. TBD
@ -28,8 +28,8 @@ services:
1. Install latest Python (minimum required version is 3.8)
2. Clone repository
``` bash
git clone git@bitbucket.org:keriks/erepublik-bot.git
cd erepublik-bot/
git clone git@gitlab.com:keriks/ebot.git
cd ebot/
```
3. Create and activate virtual environment and install dependencies
``` bash
@ -49,7 +49,7 @@ python -m ebot
2. Clone repository (all future commands are meant to be run from `CMD` Start > Search cmd > Open
``` bash
git clone git@bitbucket.org:keriks/erepublik-bot.git
git clone git@gitlab.com:keriks/ebot.git
cd erepublik-bot/
```
3. Create and activate virtual environment and install dependencies
@ -113,7 +113,7 @@ disown -h %1
[1]: https://github.com/eeriks/erepublik
[2]: https://www.codacy.com?utm_source=bitbucket.org&utm_medium=referral&utm_content=keriks/erepublik-bot&utm_campaign=Badge_Grade
[2]: https://eeriks.github.io/erepublik
[3]: https://www.python.org/downloads/windows/
[4]: https://git-scm.com/download/win
[5]: https://nssm.cc/download "NSSM - the Non-Sucking Service Manager"