Skip to content
This repository was archived by the owner on Sep 20, 2018. It is now read-only.

Install

Sergey Zhirov edited this page Jun 16, 2017 · 1 revision
	      ____        _    _____ __    __
	     |  _ \      | |  |  ___|\ \  / /
	  ___| |_) | ___ | |_ | |__   \ \/ /
	 / _ \  _ < / _ \| __||  __|   |  |
	|  __/ |_) | (_) | |_ | |___  / /\ \
	 \___|____/ \___/ \__||_____|/_/  \_\

Requirements

  • PHP >= 5.3
  • NodeJS
  • Sockets
  • MySQL database
  • composer.phar

Installation

Option 1: The manual way

  • Download eBot files (https://github.com/CodersGit/eBotEX-CSGO/archive/master.zip)

  • Extract the eBotEX-CSGO Files

  • Download and install nodeJS

  • Install NodeJS dependies (npm install or npm install socket.io archiver formidable)

  • To test NodeJS server, just write node websocket_server.js

  • Download and install composer.phar

  • 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 start eBot, you just need to run the bootstrap.php file (php bootstrap.php)

    apt-get install php5 php5-cli mysql-server phpmyadmin  
    mkdir /home/ebotv3  
    cd /home/ebotv3  
    wget https://github.com/CodersGit/eBotEX-CSGO/archive/master.zip  
    unzip master.zip  
    mv eBot-CSGO-master ebot-csgo  
    cd ebot-csgo  
    php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"  
    php composer.phar install  
    npm install socket.io formidable archiver  
    nano config/config.ini # configure the whole  
    php bootstrap.php  
    

Option 2: Linux install file

  • to be done

About the database

Database is installed with the eBot-CSGO-Web, you have to install the web panel to run the eBot. eBotEX-WEB

Start eBot

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

Clone this wiki locally