-
-
Notifications
You must be signed in to change notification settings - Fork 140
Install
deStrO edited this page Dec 25, 2012
·
5 revisions
____ _
| _ \ | |
___| |_) | ___ | |_
/ _ \ _ < / _ \| __|
| __/ |_) | (_) | |_
\___|____/ \___/ \__|
- PHP >= 5.3
- Sockets
- MySQL database
- composer.phar
- Put the content into a directory
- Download or 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
- Don't forget to edit the BOT_IP and BOT_PORT, or it will not work
Database is installed with the eBot-CSGO-Web, you have to install the web panel to run the eBot. https://github.com/deStrO/eBot-CSGO-Web
To run the eBot:
php bootstrap.php
Under linux, it's recommended to use the "screen" cmd.
screen -dmS ebotv3 php bootstrap.php