Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
96c4146169 |
10
README.md
10
README.md
@ -18,7 +18,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
```
|
```
|
||||||
5. Build docker image: `docker build --build-arg version="development" --tag ebot .`
|
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:
|
7. You're all done! To run the bots:
|
||||||
- Linux/Unix/MacOS: execute from the ebot root folder `docker-compose up -d`
|
- Linux/Unix/MacOS: execute from the ebot root folder `docker-compose up -d`
|
||||||
- Windows: Somehow from the Desktop app run `docker-compose.yaml`. TBD
|
- 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)
|
1. Install latest Python (minimum required version is 3.8)
|
||||||
2. Clone repository
|
2. Clone repository
|
||||||
``` bash
|
``` bash
|
||||||
git clone git@bitbucket.org:keriks/erepublik-bot.git
|
git clone git@gitlab.com:keriks/ebot.git
|
||||||
cd erepublik-bot/
|
cd ebot/
|
||||||
```
|
```
|
||||||
3. Create and activate virtual environment and install dependencies
|
3. Create and activate virtual environment and install dependencies
|
||||||
``` bash
|
``` 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
|
2. Clone repository (all future commands are meant to be run from `CMD` Start > Search cmd > Open
|
||||||
``` bash
|
``` bash
|
||||||
git clone git@bitbucket.org:keriks/erepublik-bot.git
|
git clone git@gitlab.com:keriks/ebot.git
|
||||||
cd erepublik-bot/
|
cd erepublik-bot/
|
||||||
```
|
```
|
||||||
3. Create and activate virtual environment and install dependencies
|
3. Create and activate virtual environment and install dependencies
|
||||||
@ -113,7 +113,7 @@ disown -h %1
|
|||||||
|
|
||||||
|
|
||||||
[1]: https://github.com/eeriks/erepublik
|
[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/
|
[3]: https://www.python.org/downloads/windows/
|
||||||
[4]: https://git-scm.com/download/win
|
[4]: https://git-scm.com/download/win
|
||||||
[5]: https://nssm.cc/download "NSSM - the Non-Sucking Service Manager"
|
[5]: https://nssm.cc/download "NSSM - the Non-Sucking Service Manager"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user