Skip to content

Install

Basert edited this page May 1, 2013 · 5 revisions
		  ____        _
		 |  _ \      | |
	  ___| |_) | ___ | |_
	 / _ \  _ < / _ \| __|
	|  __/ |_) | (_) | |_
	 \___|____/ \___/ \__|

Requirements

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

Installation

Option 1: The manual way

  • 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

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. [eBot-CSGO-Web] (https://github.com/deStrO/eBot-CSGO-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