Skip to content

Install

Fabian Gruber edited this page Apr 30, 2013 · 5 revisions
		  ____        _
		 |  _ \      | |
	  ___| |_) | ___ | |_
	 / _ \  _ < / _ \| __|
	|  __/ |_) | (_) | |_
	 \___|____/ \___/ \__|

Requirements

  • PHP >= 5.3
  • 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

To run the eBot: php bootstrap.php

Under Linux, it's recommended to use the "screen" cmd.

screen -dmS ebotv3 php bootstrap.php

Clone this wiki locally