Installation - Hoektronics/BotQueue GitHub Wiki

This page describes installing a new BotQueue instance as a server. This is not how to set up a client.

Supported Systems

  • Debian/Ubuntu based systems
  • Anything that uses a LAMP stack

Requirements

  • Some knowledge of Linux systems

Getting started

The first boot file should be good enough to install within a system. It will ask you to set up the Apache configuration, which is mostly done for you. You just need to replace the ServerName with your actual server name. This is just the name Apache should listen to for this configuration. If you want it to work with just the IP address, then remove those lines. Also remove the lines related to SSL if you're not using it.

You'll also be asked to fill out the config.php options. You can see the documentation on that here.