-
-
Notifications
You must be signed in to change notification settings - Fork 140
Install
Basert edited this page May 1, 2013
·
5 revisions
____ _
| _ \ | |
___| |_) | ___ | |_
/ _ \ _ < / _ \| __|
| __/ |_) | (_) | |_
\___|____/ \___/ \__|
- PHP >= 5.3
- NodeJS
- Sockets
- MySQL database
- composer.phar
- Extract the eBot-CSGO Files
- Download and install [nodeJS] (http://nodejs.org/)
- Download and install [composer.phar] (http://getcomposer.org/download/)
- Install the package and requirements:
- Windows: composer install
- Linux: php composer.phar install
- Configure the following file: config/config.ini config/logger.ini
- Windows: edit the 'websocket_server.bat' and enter the correct BOT_IP and BOT_PORT
- to be done
Database is installed with the eBot-CSGO-Web, you have to install the web panel to run the eBot. [eBot-CSGO-Web] (https://github.com/deStrO/eBot-CSGO-Web)
Linux: Just start the eBot-CSGO with the following command:
php bootstrap.php
Windows: You have to start the websocket_server.bat first, after that, start the eBot with:
php bootstrap.php
Under Linux, it's recommended to use the "screen" cmd.
screen -dmS ebotv3 php bootstrap.php